Skip to content

Commit

Permalink
test: added env to betanet run main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Aug 6, 2024
1 parent b28f328 commit 2984932
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ jobs:
authkey: ${{ secrets.TAILSCALE_AUTHKEY }}
version: 1.32.2
- run: npm -w integration-tests run originate-known-contracts
env:
RUN_${{ matrix.testnet_uppercase }}_WITH_SECRET_KEY: true
TEZOS_RPC_${{ matrix.testnet_uppercase }}: https://rpc.betanet-2024-07-24.teztnets.com
- run: npm -w integration-tests run test:betanet-secret-key
env:
RUN_${{ matrix.testnet_uppercase }}_WITH_SECRET_KEY: true
Expand Down

0 comments on commit 2984932

Please sign in to comment.