From 5408f0c912645ff0dfac8087c78aad43434e3983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vinicius=20Louren=C3=A7o?= <12551007+H4ad@users.noreply.github.com> Date: Fri, 3 Nov 2023 00:39:39 -0300 Subject: [PATCH] change the args --- .github/workflows/test-windows.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index fe1ee54c7e513f..e59c054fb35bdb 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -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: @@ -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