Skip to content

Commit

Permalink
shards config
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo committed Aug 25, 2024
1 parent 190c51c commit 5f67df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

steps:
- name: Smart contract tests
run: cd .. && yarn test:shard1:compose:v2
run: ls -la && yarn test:shard1:compose:v2

run-shard2:
name: Run shard 2 of tests
Expand All @@ -60,6 +60,6 @@ jobs:

steps:
- name: Smart contract tests
run: cd .. && yarn test:shard2:compose:v2
run: ls -la && yarn test:shard2:compose:v2


0 comments on commit 5f67df7

Please sign in to comment.