Skip to content

Commit

Permalink
ci: refactor envs
Browse files Browse the repository at this point in the history
  • Loading branch information
Skolaczk committed May 12, 2024
1 parent 5c31f21 commit 2135fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
env:
APP_URL: ${{ secrets.APP_URL }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
APP_URL: ${{ secrets.APP_URL }}
- name: Install dependencies
run: npm ci
- name: Install playwright browsers
Expand Down

0 comments on commit 2135fd1

Please sign in to comment.