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: