Skip to content

Commit

Permalink
fix(CI): test tree-sitter-tact against the same version of the Tact c…
Browse files Browse the repository at this point in the history
…ompiler
  • Loading branch information
novusnota committed Sep 26, 2024
1 parent afa6baa commit c4afdd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
test-swift: false # default

- name: Check correspondence to Ohm parser
if: ${{ runner.os != 'Windows' }}
run: |
git clone https://github.com/tact-lang/tact.git
git clone https://github.com/tact-lang/tact.git -b "$(jq -r '.version' < package.json)"
npm run parse -- -q tact/src/grammar/test/*.tact

0 comments on commit c4afdd4

Please sign in to comment.