Skip to content

Commit 604df22

Browse files
areintomiir
andauthored
chore(ci): pass shards command differently (#4268)
Co-authored-by: tomiir <[email protected]>
1 parent 29b4a5d commit 604df22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ui_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ jobs:
292292
SOCIAL_TEST_PASSWORD: ${{ secrets.TESTS_SOCIAL_PASSWORD }}
293293
CI: true
294294
working-directory: ./apps/laboratory/
295-
run: pnpm ${{ inputs.command }} --shard=${{ matrix.shard }}/${{ matrix.shardTotal }}
295+
run: pnpm --shard=${{ matrix.shard }}/${{ matrix.shardTotal }} ${{ inputs.command }}
296296

297297
- name: Run canary with minimal environment config
298298
if: matrix.shard == 1 # Run canary only on the first shard

0 commit comments

Comments
 (0)