Skip to content

Commit

Permalink
add secrets to github action
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Oct 17, 2024
1 parent 0bd0371 commit 6bed906
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
env:
TEST_USER_USERNAME: ${{ secrets.TEST_USER_USERNAME }}
TEST_USER_PASSWORD: ${{ secrets.TEST_USER_PASSWORD }}
- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
with:
Expand Down

0 comments on commit 6bed906

Please sign in to comment.