Skip to content

Commit

Permalink
added NODE_ENV variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Hurly77 committed Oct 22, 2023
1 parent 644e113 commit 6574f20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
pull_request:
branches: [main, master]
env:
NODE_ENV: "development"
BASE_URL: "http://localhost:3000"
TEST_USER_EMAIL: "camrbo@gmail.com"
TEST_USER_PASSWORD: "pass123"
Expand All @@ -24,12 +25,13 @@ jobs:
- uses: supabase/setup-cli@v1
with:
version: latest
- name: Supabase
run: supabase db start
- name: Install dependencies
run: yarn
- name: Install Playwright Browsers
run: yarn playwright install --with-deps
- name: Supabase
run: supabase db start

- name: Run Playwright tests
run: yarn playwright test
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 6574f20

Please sign in to comment.