Skip to content

Commit

Permalink
Merge pull request #587 from OasisDEX/upgrading-synpress-v4-github-ac…
Browse files Browse the repository at this point in the history
…tion-fix

Synpress v4 upgrade - Github aworkflow fix
  • Loading branch information
juan-langa authored Oct 29, 2024
2 parents eb999c8 + 2787d99 commit 22ce095
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 22ce095

Please sign in to comment.