mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-29 14:47:05 -05:00
Compare commits
2 Commits
975c8f786c
...
1f727d6a76
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1f727d6a76 | ||
|
|
d49256a3fd |
3
.github/workflows/playwright.yml
vendored
3
.github/workflows/playwright.yml
vendored
@@ -1,3 +1,4 @@
|
||||
# Trigger workflow run
|
||||
name: Playwright E2E Tests
|
||||
|
||||
on:
|
||||
@@ -93,7 +94,7 @@ jobs:
|
||||
run: npm install
|
||||
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install --with-deps ${{ matrix.browser }}
|
||||
run: npx playwright install --with-deps chromium ${{ matrix.browser }}
|
||||
|
||||
- name: Send Test Start Event to Loki
|
||||
continue-on-error: true
|
||||
|
||||
Reference in New Issue
Block a user