diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b2a85ca..93e0232 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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