From e30d76947cbba67a6f5568dcdd6ca63d92064c9e Mon Sep 17 00:00:00 2001 From: Tian Feng Date: Mon, 10 Jun 2024 13:54:12 -0700 Subject: [PATCH] test cucumber test --- .github/workflows/test.yml | 2 +- tests/fixtures/cloud/cucumber/.sauce/config_mac.yml | 2 +- tests/fixtures/cloud/cucumber/.sauce/config_win.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0e1bca16..accff343 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -278,7 +278,7 @@ jobs: fail-fast: false matrix: os: [win, mac] - runs-on: ubuntu-latest + runs-on: windows-latest steps: - name: Checkout uses: actions/checkout@v4 diff --git a/tests/fixtures/cloud/cucumber/.sauce/config_mac.yml b/tests/fixtures/cloud/cucumber/.sauce/config_mac.yml index e5257736..3afe07af 100644 --- a/tests/fixtures/cloud/cucumber/.sauce/config_mac.yml +++ b/tests/fixtures/cloud/cucumber/.sauce/config_mac.yml @@ -22,7 +22,7 @@ suites: require: - "features/support/*.js" format: - - '"json":"my-cucumber.json"' + - "json:my-cucumber.json" npm: dependencies: diff --git a/tests/fixtures/cloud/cucumber/.sauce/config_win.yml b/tests/fixtures/cloud/cucumber/.sauce/config_win.yml index d374e494..a826ea7b 100644 --- a/tests/fixtures/cloud/cucumber/.sauce/config_win.yml +++ b/tests/fixtures/cloud/cucumber/.sauce/config_win.yml @@ -33,7 +33,7 @@ suites: require: - "features/support/*.js" format: - - '"json":"my-cucumber.json"' + - "json:my-cucumber.json" npm: dependencies: