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 authored Oct 5, 2023
1 parent f1a9edc commit 7a98bea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/manual-tests-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ 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: [rpc-goerli]
include:
- name: sequencer-goerli
ENABLE_SEQUENCER: true
ENABLE_RPC: false
- name: rpc-goerli
ENABLE_SEQUENCER: false
ENABLE_RPC: true
Expand Down

0 comments on commit 7a98bea

Please sign in to comment.