mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-29 10:47:06 -05:00
Compare commits
3 Commits
64d81f2687
...
975c8f786c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
975c8f786c | ||
|
|
12d33aaebf | ||
|
|
e989aecebd |
6
.github/workflows/playwright.yml
vendored
6
.github/workflows/playwright.yml
vendored
@@ -16,6 +16,7 @@ jobs:
|
|||||||
preflight:
|
preflight:
|
||||||
name: Validate Environment
|
name: Validate Environment
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: production
|
||||||
steps:
|
steps:
|
||||||
- name: Check Required Secrets
|
- name: Check Required Secrets
|
||||||
run: |
|
run: |
|
||||||
@@ -73,6 +74,7 @@ jobs:
|
|||||||
needs: preflight
|
needs: preflight
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
environment: production
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
@@ -84,11 +86,11 @@ jobs:
|
|||||||
|
|
||||||
- uses: actions/setup-node@v4
|
- uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 20
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm install
|
||||||
|
|
||||||
- name: Install Playwright Browsers
|
- name: Install Playwright Browsers
|
||||||
run: npx playwright install --with-deps ${{ matrix.browser }}
|
run: npx playwright install --with-deps ${{ matrix.browser }}
|
||||||
|
|||||||
Reference in New Issue
Block a user