Skip to content

Commit

Permalink
change the args
Browse files Browse the repository at this point in the history
  • Loading branch information
H4ad committed Nov 3, 2023
1 parent acd8a98 commit 5408f0c
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/test-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ permissions:
jobs:
test-windows:
if: github.event.pull_request.draft == false
strategy:
matrix:
windows: [windows-2022]
fail-fast: false
runs-on: ${{ matrix.windows }}
runs-on: windows-2022
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with:
Expand All @@ -51,11 +47,11 @@ jobs:
run: choco install nasm
- name: Build
run: ./vcbuild.bat
- name: Test Js
- name: Test CI JS
run: ./vcbuild.bat release noprojgen nobuild ignore-flaky test-ci-js
env:
test_ci_args: -p actions --node-args=--test-reporter=spec --node-args=--test-reporter-destination=stdout --measure-flakiness 9
- name: Test Native
test_ci_args: --mode=release --flaky-tests=dontcare --run=0,4 --measure-flakiness 9 -p tap --logfile test.tap default pummel
- name: Test CI Native
run: ./vcbuild.bat release noprojgen nobuild ignore-flaky test-ci-native
env:
test_ci_args: -p actions --measure-flakiness 9
test_ci_args: --mode=release --flaky-tests=dontcare --measure-flakiness 9 -p tap --logfile test.tap addons js-native-api node-api benchmark doctool

0 comments on commit 5408f0c

Please sign in to comment.