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 6a26eb3 commit 8899714
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,11 @@ jobs:
- name: Install Playwright Browsers
run: pnpm exec playwright install --with-deps
- name: Run Playwright tests
run: |
echo test u : $TEST_USERNAME
echo test p : $TEST_PASSWORD
pnpm exec playwright test
run: pnpm exec playwright test
env:
TEST_URL: ${{ needs.test_setup.outputs.preview_url }}
TEST_USERNAME: ${{ vars.TEST_USERNAME }}
TEST_PASSWORD: ${{ vars.TEST_PASSWORD }}
TEST_USERNAME: ${{ secrets.TEST_USERNAME }}
TEST_PASSWORD: ${{ secrets.TEST_PASSWORD }}
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 8899714

Please sign in to comment.