Skip to content

Commit

Permalink
Update manual-tests-testnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
penovicp committed Sep 15, 2023
1 parent e09fc4e commit b2ce34f
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/manual-tests-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,17 @@ jobs:
strategy:
max-parallel: 1 # needed until we get a seperate account for the rpc provider, until then running them in parallel would result in a nonce issue
matrix:
name: [sequencer-goerli, rpc-goerli]
# name: [sequencer-goerli, rpc-goerli]
name: [rpc-goerli]
include:
- name: sequencer-goerli
TEST_PROVIDER_BASE_URL: https://alpha4-2.starknet.io
# - name: sequencer-goerli
# TEST_PROVIDER_BASE_URL: https://alpha4-2.starknet.io
- name: rpc-goerli
ENABLE_TEST_RPC_URL: true

uses: ./.github/workflows/_test.yml
secrets:
TEST_PROVIDER_BASE_URL: ${{ matrix.TEST_PROVIDER_BASE_URL }}
TEST_RPC_URL: ${{ matrix.ENABLE_TEST_RPC_URL && secrets.TEST_RPC_URL }}
TEST_ACCOUNT_PRIVATE_KEY: ${{ secrets.TEST_ACCOUNT_PRIVATE_KEY }}
TEST_ACCOUNT_ADDRESS: ${{ secrets.TEST_ACCOUNT_ADDRESS }}
# TEST_PROVIDER_BASE_URL: ${{ matrix.TEST_PROVIDER_BASE_URL }}
TEST_RPC_URL: ${{ matrix.ENABLE_TEST_RPC_URL && secrets.TEST_RPC_URL_2 }}
TEST_ACCOUNT_PRIVATE_KEY: ${{ secrets.TEST_ACCOUNT_PRIVATE_KEY_2 }}
TEST_ACCOUNT_ADDRESS: ${{ secrets.TEST_ACCOUNT_ADDRESS_2 }}

0 comments on commit b2ce34f

Please sign in to comment.