|
@@ -29,10 +29,12 @@ jobs:
|
|
path: ~/.cache/Cypress
|
|
path: ~/.cache/Cypress
|
|
key: cypress-cache-${{ hashFiles('yarn.lock') }}
|
|
key: cypress-cache-${{ hashFiles('yarn.lock') }}
|
|
|
|
|
|
|
|
+ - name: Start server
|
|
|
|
+ run: yarn pre-cypress
|
|
|
|
+
|
|
- name: Run Cypress
|
|
- name: Run Cypress
|
|
uses: cypress-io/github-action@v2
|
|
uses: cypress-io/github-action@v2
|
|
with:
|
|
with:
|
|
- start: yarn pre-cypress
|
|
|
|
browser: chrome
|
|
browser: chrome
|
|
|
|
|
|
- name: Cypress screenshots
|
|
- name: Cypress screenshots
|