Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonLaster committed Apr 4, 2024
1 parent 1ae6f5e commit ca3c35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Run Playwright tests
run: yarn test:playwright
env:
PLAYWRIGHT_REPLAY_API_KEY: ${{ secrets.REPLAY_API_KEY }}
PLAYWRIGHT_REPLAY_API_KEY: ${{ secrets.PLAYWRIGHT_REPLAY_API_KEY }}
REPLAY_PLAYWRIGHT_FIXTURE: ${{ secrets.REPLAY_PLAYWRIGHT_FIXTURE }}
- uses: actions/upload-artifact@v4
if: always()
Expand Down

0 comments on commit ca3c35b

Please sign in to comment.