We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8937f3 commit f798941Copy full SHA for f798941
.github/workflows/playwright.yml
@@ -11,6 +11,7 @@ jobs:
11
timeout-minutes: 60
12
runs-on: ubuntu-latest
13
env:
14
+ PLAYWRIGHT_BASE_URL: ${{ inputs.deployment-url }}
15
TEST_SUPABASE_URL: ${{ secrets.TEST_SUPABASE_URL }}
16
TEST_SUPABASE_KEY: ${{ secrets.TEST_SUPABASE_KEY }}
17
TEST_ADMIN_1_PW: ${{ secrets.TEST_ADMIN_1_PW }}
@@ -22,10 +23,6 @@ jobs:
22
23
- uses: actions/setup-node@v4
24
with:
25
node-version: lts/*
- - name: Set Env
26
- run: |
27
- SHA_SHORT=$(git rev-parse --short ${{ github.sha }})
28
- echo "PLAYWRIGHT_BASE_URL=https://${SHA_SHORT}-fildb-preview.joepao.workers.dev" >> $GITHUB_ENV
29
- name: Install dependencies
30
run: npm install -g pnpm && pnpm install
31
- name: Install Playwright Browsers
0 commit comments