Save CI time by merging e2e and percy tasks
This commit is contained in:
parent
cc9a65fbd8
commit
b091b755ab
1 changed files with 0 additions and 2 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -39,8 +39,6 @@ jobs:
|
||||||
- run: yarn test
|
- run: yarn test
|
||||||
- name: Download playwright
|
- name: Download playwright
|
||||||
run: yarn workspace playground run playwright install
|
run: yarn workspace playground run playwright install
|
||||||
- name: Run e2e tests
|
|
||||||
run: yarn test:e2e
|
|
||||||
- name: Run e2e tests with percy
|
- name: Run e2e tests with percy
|
||||||
uses: percy/exec-action@v0.3.1
|
uses: percy/exec-action@v0.3.1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue