Skip to content

Commit

Permalink
Move env section
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallJoeMaher committed Jan 8, 2024
1 parent fda3975 commit 92812c9
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 @@ -6,8 +6,6 @@ on:
branches: [develop]
jobs:
test:
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
timeout-minutes: 60
runs-on: ubuntu-latest
environment: Preview
Expand All @@ -21,6 +19,8 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
run: npx playwright test
- uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 92812c9

Please sign in to comment.