Skip to content

Commit

Permalink
Update GitHub actions to include environment config for Playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danlivings-dxw committed Nov 14, 2024
1 parent c3f235b commit ceaaed0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
env:
APP_ID: ${{ secrets.APP_ID }}
PRIVATE_KEY: ${{ secrets.PRIVATE_KEY }}
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
WEBHOOK_SECRET: ${{ secrets.WEBHOOK_SECRET }}
REDIRECT_URL_BASE: ${{ secrets.REDIRECT_URL_BASE }}
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit ceaaed0

Please sign in to comment.