Skip to content

Commit

Permalink
feat(#288): low
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed May 31, 2024
1 parent 521bd1b commit 8148294
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/itest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@ jobs:
- run: npm install
- run: |
cd itest
node ../src/eoc.js "--PARSER=$PARSER" "--home-TAG=${{ env.TAG }}" --batch \
"--language=${{ matrix.lang }}" dataize program
node ../src/eoc.js "--PARSER=$PARSER" "--home-TAG=${{ env.TAG }}" --alone \
"--language=${{ matrix.lang }}" --batch dataize program
node ../src/eoc.js "--parser=$PARSER" "--home-tag=${{ env.TAG }}" \
--batch "--language=${{ matrix.lang }}" dataize program
node ../src/eoc.js "--parser=$PARSER" "--home-tag=${{ env.TAG }}" \
--alone "--language=${{ matrix.lang }}" --batch dataize program
node ../src/eoc.js clean
node ../src/eoc.js "--PARSER=$PARSER" "--home-TAG=${{ env.TAG }}" --batch \
"--language=${{ matrix.lang }}" test
node ../src/eoc.js "--parser=$PARSER" "--home-tag=${{ env.TAG }}" \
--batch "--language=${{ matrix.lang }}" test
if: ${{ matrix.os != 'windows-latest' }}
- run: |
cd itest
node ../src/eoc.js "--PARSER=$PARSER" "--home-TAG=${{ env.TAG }}" --batch `
"--language=${{ matrix.lang }}" dataize program
node ../src/eoc.js "--PARSER=$PARSER" "--home-TAG=${{ env.TAG }}" --alone `
"--language=${{ matrix.lang }}" --batch dataize program
node ../src/eoc.js "--parser=$PARSER" "--home-tag=${{ env.TAG }}" `
--batch "--language=${{ matrix.lang }}" dataize program
node ../src/eoc.js "--parser=$PARSER" "--home-tag=${{ env.TAG }}" `
--alone "--language=${{ matrix.lang }}" --batch dataize program
node ../src/eoc.js clean
node ../src/eoc.js "--PARSER=$PARSER" "--home-TAG=${{ env.TAG }}" --batch `
"--language=${{ matrix.lang }}" test
node ../src/eoc.js "--parser=$PARSER" "--home-tag=${{ env.TAG }}" `
--batch "--language=${{ matrix.lang }}" test
shell: pwsh
if: ${{ matrix.os == 'windows-latest' }}

0 comments on commit 8148294

Please sign in to comment.