Skip to content

Commit

Permalink
Synpress v4 upgrade - Github aworkflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-langa committed Oct 29, 2024
1 parent 09f780a commit 87ea4dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/z_Reusable_RegressionWithRealWallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
BASE_URL=${{ inputs.base_url }} \
FLAGS_FEATURES=${{ inputs.flags_features}} \
VERY_OLD_TEST_WALLET_PK=${{ secrets.VERY_OLD_TEST_WALLET_PK }} \
yarn synpress-build-cache
yarn ci:synpress-build-cache
- name: Run 'With real wallet' tests
run: |
BASE_URL=${{ inputs.base_url }} \
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
"//-2a": "---------------------------------------------------------------",
"//-2b": "---------------------- CI REGRESSION TESTS -----------------------",
"//-2c": "---------------------------------------------------------------",
"ci:synpress-build-cache": "xvfb-run yarn synpress-build-cache",
"ci:no-wallet:regression": "WORKERS='2' FULLY_PARALLEL='true' RETRIES='2' yarn no-wallet:regression",
"ci:with-real-wallet": "xvfb-run yarn with-real-wallet",
"ci:with-wallet:aave:ethereum:regression": "xvfb-run yarn with-wallet:aave:ethereum:regression",
Expand Down

0 comments on commit 87ea4dd

Please sign in to comment.