Allow test jobs to run regardless of previous failures

This commit is contained in:
Felipe Knorr Kuhn 2021-08-17 16:26:19 -07:00
parent 03d87f4993
commit 944246fcf5

View File

@ -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