Skip to content

Commit

Permalink
Update workflow to explicitly pass PACKAGE_VERSION to test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
shammowla committed Sep 26, 2024
1 parent 7549fb4 commit f0a425a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .sauce/prod-chrome.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
ALLOY_ENV: prod
ALLOY_PROD_VERSION: $ALLOY_PROD_VERSION
NPM_PACKAGE_VERSION: $NPM_PACKAGE_VERSION
PACKAGE_VERSION: $PACKAGE_VERSION
testcafe:
version: "package.json"
nodeVersion: "$NODE_VERSION"
Expand Down
6 changes: 3 additions & 3 deletions .sauce/prod-firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ env:
ALLOY_ENV: prod
ALLOY_PROD_VERSION: $ALLOY_PROD_VERSION
NPM_PACKAGE_VERSION: $NPM_PACKAGE_VERSION
PACKAGE_VERSION: $PACKAGE_VERSION
testcafe:
version: 3.6.0
nodeVersion: "22"
version: "package.json"
nodeVersion: "$NODE_VERSION"
speed: 1
pageLoadTimeout: 3000
disablePageCaching: true
timeZone: New_York
timeout: 3600
npm:
dependencies:
- node-fetch
Expand Down
1 change: 1 addition & 0 deletions .sauce/prod-safari.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
ALLOY_ENV: prod
ALLOY_PROD_VERSION: $ALLOY_PROD_VERSION
NPM_PACKAGE_VERSION: $NPM_PACKAGE_VERSION
PACKAGE_VERSION: $PACKAGE_VERSION
testcafe:
version: "package.json"
nodeVersion: "$NODE_VERSION"
Expand Down

0 comments on commit f0a425a

Please sign in to comment.