We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29b4a5d commit 604df22Copy full SHA for 604df22
.github/workflows/ui_tests.yml
@@ -292,7 +292,7 @@ jobs:
292
SOCIAL_TEST_PASSWORD: ${{ secrets.TESTS_SOCIAL_PASSWORD }}
293
CI: true
294
working-directory: ./apps/laboratory/
295
- run: pnpm ${{ inputs.command }} --shard=${{ matrix.shard }}/${{ matrix.shardTotal }}
+ run: pnpm --shard=${{ matrix.shard }}/${{ matrix.shardTotal }} ${{ inputs.command }}
296
297
- name: Run canary with minimal environment config
298
if: matrix.shard == 1 # Run canary only on the first shard
0 commit comments