Skip to content

Commit

Permalink
debug run
Browse files Browse the repository at this point in the history
  • Loading branch information
Staschalapko committed Feb 28, 2024
1 parent 6a06d7a commit ec53f07
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/playwright_pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ on:
- cron: '00 6 * * 4'
workflow_dispatch:

env:
BASE_URL: ${{ secrets.BASE_URL }}
LOGIN_EMAIL: ${{ secrets.LOGIN_EMAIL }}
LOGIN_PWD: ${{ secrets.LOGIN_PWD }}

jobs:
test:
timeout-minutes: 60
Expand All @@ -22,6 +17,10 @@ jobs:
run: npm ci
- name: Install Playwright
run: npx playwright install --with-deps
env:
BASE_URL: ${{ secrets.BASE_URL }}
LOGIN_EMAIL: ${{ secrets.LOGIN_EMAIL }}
LOGIN_PWD: ${{ secrets.LOGIN_PWD }}
- name: Run Playwright tests
run: npm run test
- uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ec53f07

Please sign in to comment.