Skip to content

Commit

Permalink
do not check on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-trunov committed Feb 16, 2024
1 parent fe44ac0 commit cb3d506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- run: yarn gen
- run: yarn coverage
- name: Compare Tact version from CLI flag `--version` against package.json
if: runner.os != 'Windows'
run: |
if [ "$(./bin/tact --version)" != "$(jq -r '.version' < package.json)" ];
then false
Expand Down

0 comments on commit cb3d506

Please sign in to comment.