Skip to content

Commit

Permalink
ci: updated mondaynet script command
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Mar 8, 2024
1 parent c405d1c commit 157f226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mondaynet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
working-directory: ./integration-tests
env:
MONDAYNET: true
run: npm run test:originate-known-contracts
run: npm run originate-known-contracts
-
if: always()
id: integration-tests-mondaynet
Expand All @@ -58,7 +58,7 @@ jobs:
TEZOS_MONDAYNET_TZIP1216CONTRACT_ADDRESS: ${{ steps.originate-contracts-mondaynet.outputs.knownTzip12BigMapOffChainContractAddress }}
TEZOS_MONDAYNET_SAPLINGCONTRACT_ADDRESS: ${{ steps.originate-contracts-mondaynet.outputs.knownSaplingContractAddress }}
TEZOS_MONDAYNET_ON_CHAIN_VIEW_CONTRACT: ${{ steps.originate-contracts-mondaynet.outputs.knownOnChainViewContractAddress }}
run: npm run test:mondaynet -- --maxWorkers=2
run: npm run test:weeklynet -- --maxWorkers=2
-
name: Slack Notification
if: always()
Expand Down

0 comments on commit 157f226

Please sign in to comment.