I'm a moron
This commit is contained in:
6
.github/workflows/e2e-tests.yml
vendored
6
.github/workflows/e2e-tests.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
|||||||
run: yarn tronb:vite:dev
|
run: yarn tronb:vite:dev
|
||||||
|
|
||||||
- name: Run playwright/electron flow on ubuntu (with retries)
|
- name: Run playwright/electron flow on ubuntu (with retries)
|
||||||
if: startsWith(matrix.os, 'ubuntu')
|
if: contains(matrix.os, 'ubuntu')
|
||||||
run: |
|
run: |
|
||||||
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn test:playwright:electron:ubuntu --retries 10
|
xvfb-run --auto-servernum --server-args="-screen 0 1280x960x24" -- yarn test:playwright:electron:ubuntu --retries 10
|
||||||
env:
|
env:
|
||||||
@ -65,7 +65,7 @@ jobs:
|
|||||||
token: ${{ secrets.KITTYCAD_API_TOKEN_DEV }}
|
token: ${{ secrets.KITTYCAD_API_TOKEN_DEV }}
|
||||||
|
|
||||||
- name: Run playwright/electron flow on windows (with retries)
|
- name: Run playwright/electron flow on windows (with retries)
|
||||||
if: startsWith(matrix.os, 'windows')
|
if: contains(matrix.os, 'windows')
|
||||||
id: retry
|
id: retry
|
||||||
run: |
|
run: |
|
||||||
yarn test:playwright:electron:windows --retries 10
|
yarn test:playwright:electron:windows --retries 10
|
||||||
@ -78,7 +78,7 @@ jobs:
|
|||||||
token: ${{ secrets.KITTYCAD_API_TOKEN_DEV }}
|
token: ${{ secrets.KITTYCAD_API_TOKEN_DEV }}
|
||||||
|
|
||||||
- name: Run playwright/electron flow on macos (with retries)
|
- name: Run playwright/electron flow on macos (with retries)
|
||||||
if: startsWith(matrix.os, 'macos')
|
if: contains(matrix.os, 'macos')
|
||||||
run: |
|
run: |
|
||||||
yarn test:playwright:electron:macos --retries 10
|
yarn test:playwright:electron:macos --retries 10
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user