Skip to content

Commit

Permalink
feat: add --batch option for itest GA
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Feb 3, 2023
1 parent 6c94848 commit 717b863
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 dataize program
- run: cd itest && node ../src/eoc.js --alone dataize program
- 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 clean
- run: cd itest && node ../src/eoc.js test
- run: cd itest && node ../src/eoc.js --batch test

0 comments on commit 717b863

Please sign in to comment.