Skip to content

Commit

Permalink
fixed env var
Browse files Browse the repository at this point in the history
  • Loading branch information
WhyAsh5114 committed Jun 18, 2024
1 parent 54721c6 commit bb7de05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
env:
DATABASE_URL: ${{ secrets.DATABASE_URL_DEV }}
DATABASE_URL: ${{ secrets.DATABASE_URL }}
run: npx playwright test
- name: Upload Playwright report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit bb7de05

Please sign in to comment.