Skip to content

Commit

Permalink
test cucumber test
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 committed Jun 10, 2024
1 parent 52b3009 commit e30d769
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/cloud/cucumber/.sauce/config_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ suites:
require:
- "features/support/*.js"
format:
- '"json":"my-cucumber.json"'
- "json:my-cucumber.json"

npm:
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures/cloud/cucumber/.sauce/config_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ suites:
require:
- "features/support/*.js"
format:
- '"json":"my-cucumber.json"'
- "json:my-cucumber.json"

npm:
dependencies:
Expand Down

0 comments on commit e30d769

Please sign in to comment.