mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
Temporarily enable cypress debug logs on GHA
This commit is contained in:
parent
49d1376647
commit
cf8cab5f77
3
.github/workflows/cypress.yml
vendored
3
.github/workflows/cypress.yml
vendored
@ -29,6 +29,7 @@ jobs:
|
||||
group: Tests on ${{ matrix.browser }} (Mempool)
|
||||
browser: ${{ matrix.browser }}
|
||||
ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
|
||||
|
||||
- name: ${{ matrix.browser }} browser tests (Liquid)
|
||||
uses: cypress-io/github-action@v2
|
||||
with:
|
||||
@ -44,6 +45,7 @@ jobs:
|
||||
group: Tests on ${{ matrix.browser }} (Liquid)
|
||||
browser: ${{ matrix.browser }}
|
||||
ci-build-id: '${{ github.sha }}-${{ github.workflow }}-${{ github.event_name }}'
|
||||
|
||||
- name: ${{ matrix.browser }} browser tests (Bisq)
|
||||
uses: cypress-io/github-action@v2
|
||||
with:
|
||||
@ -63,3 +65,4 @@ jobs:
|
||||
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
CYPRESS_PROJECT_ID: ${{ secrets.CYPRESS_PROJECT_ID }}
|
||||
DEBUG: 'cypress:*'
|
Loading…
Reference in New Issue
Block a user