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 4bbb4dd commit fda3975
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,6 +6,8 @@ on:
branches: [develop]
jobs:
test:
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
timeout-minutes: 60
runs-on: ubuntu-latest
environment: Preview
Expand All @@ -19,8 +21,6 @@ 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 fda3975

Please sign in to comment.