mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 10:21:52 +01:00
Allow test jobs to run regardless of previous failures
This commit is contained in:
parent
03d87f4993
commit
944246fcf5
2
.github/workflows/cypress.yml
vendored
2
.github/workflows/cypress.yml
vendored
@ -36,6 +36,7 @@ jobs:
|
||||
|
||||
- name: ${{ matrix.browser }} browser tests (Liquid)
|
||||
uses: cypress-io/github-action@v2
|
||||
if: always()
|
||||
with:
|
||||
working-directory: frontend
|
||||
build: npm run config:defaults:liquid
|
||||
@ -56,6 +57,7 @@ jobs:
|
||||
|
||||
- name: ${{ matrix.browser }} browser tests (Bisq)
|
||||
uses: cypress-io/github-action@v2
|
||||
if: always()
|
||||
with:
|
||||
working-directory: frontend
|
||||
build: npm run config:defaults:bisq
|
||||
|
Loading…
Reference in New Issue
Block a user