Skip to content

Commit

Permalink
Merge branch 'develop' into feat/add-tests-for-articles
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallJoeMaher authored Jan 8, 2024
2 parents 9cc2ac5 + b0d9c18 commit 38aae87
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ 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 38aae87

Please sign in to comment.