Skip to content

Commit

Permalink
wip git actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fivaz committed Jan 9, 2024
1 parent e23438d commit 6a26eb3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
run: echo $TEST_USERNAME && echo $TEST_PASSWORD && pnpm exec playwright test
run: |
echo test u : $TEST_USERNAME
echo test p : $TEST_PASSWORD
pnpm exec playwright test
env:
TEST_URL: ${{ needs.test_setup.outputs.preview_url }}
TEST_USERNAME: ${{ vars.TEST_USERNAME }}
Expand Down

0 comments on commit 6a26eb3

Please sign in to comment.