Skip to content

Commit

Permalink
Update the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianBouron committed May 22, 2024
1 parent 1c8fd30 commit 3e276b3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,11 @@ jobs:
browser: chrome
config-file: cypress.config.ts
working-directory: packages/extension
env:
CYPRESS_DEFAULT_WALLET_ADDRESS: ${{vars.CYPRESS_DEFAULT_WALLET_ADDRESS}}
CYPRESS_ISSUER_ETH_ADDRESS: ${{vars.CYPRESS_ISSUER_ETH_ADDRESS}}
CYPRESS_ISSUER_SOLO_ADDRESS: ${{vars.CYPRESS_ISSUER_SOLO_ADDRESS}}
CYPRESS_LOCAL_STORAGE_WALLETS: ${{vars.CYPRESS_LOCAL_STORAGE_WALLETS}}
CYPRESS_MNEMONIC: ${{vars.CYPRESS_MNEMONIC}}
CYPRESS_PASSWORD: ${{vars.CYPRESS_PASSWORD}}
CYPRESS_SEED: ${{vars.CYPRESS_SEED}}

0 comments on commit 3e276b3

Please sign in to comment.