Allow test jobs to run regardless of previous failures
This commit is contained in:
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@@ -36,6 +36,7 @@ jobs:
|
|||||||
|
|
||||||
- name: ${{ matrix.browser }} browser tests (Liquid)
|
- name: ${{ matrix.browser }} browser tests (Liquid)
|
||||||
uses: cypress-io/github-action@v2
|
uses: cypress-io/github-action@v2
|
||||||
|
if: always()
|
||||||
with:
|
with:
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
build: npm run config:defaults:liquid
|
build: npm run config:defaults:liquid
|
||||||
@@ -56,6 +57,7 @@ jobs:
|
|||||||
|
|
||||||
- name: ${{ matrix.browser }} browser tests (Bisq)
|
- name: ${{ matrix.browser }} browser tests (Bisq)
|
||||||
uses: cypress-io/github-action@v2
|
uses: cypress-io/github-action@v2
|
||||||
|
if: always()
|
||||||
with:
|
with:
|
||||||
working-directory: frontend
|
working-directory: frontend
|
||||||
build: npm run config:defaults:bisq
|
build: npm run config:defaults:bisq
|
||||||
|
|||||||
Reference in New Issue
Block a user