Skip to content

Commit

Permalink
restore grep for command
Browse files Browse the repository at this point in the history
  • Loading branch information
szczecha committed Aug 29, 2024
1 parent 3f284f2 commit 3b0056c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-pw-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ runs:
WORKERS: ${{ inputs.PW_WORKERS }}
RETRIES: ${{ inputs.PW_RETRIES }}
PROJECT: ${{ inputs.PROJECT }}
run: npx playwright test --project="$PROJECT" --shard "$SHARD_NUMBER"
run: npx playwright test --grep @e2e --project="$PROJECT" --shard "$SHARD_NUMBER"

- name: Upload blob report to GitHub Actions Artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 3b0056c

Please sign in to comment.