Skip to content

Commit

Permalink
Remove check for DATABASE_URL existence (#691)
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallJoeMaher authored Jan 9, 2024
1 parent b1c6e17 commit 00afa16
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ jobs:
run: npm ci
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: "check is DATABASE_URL exists"
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
if: ${{ env.DATABASE_URL == '' }}
run: echo "The secret \"DATABASE_URL\" has not been made; echo please go to \"settings \> secrets \> actions\" to create it
- name: Run Playwright tests
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
Expand Down

0 comments on commit 00afa16

Please sign in to comment.