Skip to content

Commit

Permalink
chore: drop affected flags for example
Browse files Browse the repository at this point in the history
  • Loading branch information
twk3 committed Nov 26, 2024
1 parent c265b68 commit 2008ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
CURRENTS_PROJECT_ID: ${{secrets.CURRENTS_PROJECT_ID}}
CURRENTS_RECORD_KEY: ${{secrets.CURRENTS_RECORD_KEY}}
CURRENTS_CI_BUILD_ID: ${{ github.run_id }}-${{ github.sha }}
run: npx nx run-many -t e2e --verbose --parallel=2 --base=main --head=HEAD ${{ steps.last-failed-action.outputs.extra-pw-flags }}
run: npx nx run-many -t e2e --verbose --parallel=2 ${{ steps.last-failed-action.outputs.extra-pw-flags }}
2 changes: 1 addition & 1 deletion .github/workflows/or8n.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
CURRENTS_PROJECT_ID: ${{secrets.CURRENTS_PROJECT_ID}}
CURRENTS_RECORD_KEY: ${{secrets.CURRENTS_RECORD_KEY}}
CURRENTS_CI_BUILD_ID: ${{ github.run_id }}-${{ github.sha }}
run: npx nx run-many -t or8n --verbose --base=main --head=HEAD
run: npx nx run-many -t or8n --verbose

0 comments on commit 2008ae5

Please sign in to comment.