Skip to content

Commit

Permalink
hash
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 15, 2024
1 parent aea9a32 commit f3db3fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- run: npm install
- run: cd itest && node ../src/eoc.js --batch dataize program
- run: cd itest && node ../src/eoc.js --alone --batch dataize program
- run: cd itest && node ../src/eoc.js --parser=0.36.0 --hash=afc6c10c54e28efe01f2352d699c137c3cb0a68d --batch dataize program
- run: cd itest && node ../src/eoc.js --parser=0.36.0 --hash=afc6c10c54e28efe01f2352d699c137c3cb0a68d --alone --batch dataize program
- run: cd itest && node ../src/eoc.js clean
- run: cd itest && node ../src/eoc.js --batch test
- run: cd itest && node ../src/eoc.js --parser=0.36.0 --hash=afc6c10c54e28efe01f2352d699c137c3cb0a68d --batch test

0 comments on commit f3db3fc

Please sign in to comment.