Skip to content

Commit

Permalink
Added basic auth env vars in GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
praveen5959 committed Nov 15, 2024
1 parent b50c21c commit 8f1623c
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 @@ -22,6 +22,9 @@ jobs:
env:
PORT: 3001
VITE_PARSEABLE_URL: 'https://demo.parseable.com'
VITE_BASIC_AUTH: true
VITE_USERNAME: admin
VITE_PASSWORD: admin
- name: Run Playwright tests
run: pnpm exec playwright test
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 8f1623c

Please sign in to comment.