Skip to content

Commit

Permalink
fix sanity check workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mxwli committed Aug 14, 2024
1 parent 27a348f commit 2ad2eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ jobs:

- name: Ensure generated grammar files are up to date
run: |
cat src/antlr4/keywords.txt src/antlr4/Cypher.g4 | md5sum > tmphashfile
cat src/antlr4/keywords.txt src/antlr4/Cypher.g4 | python3 scripts/antlr4/hash.py > tmphashfile
cmp tmphashfile scripts/antlr4/hash.md5
rm tmphashfile
Expand Down

0 comments on commit 2ad2eb3

Please sign in to comment.