* ci: finish off introduction of #28604 * ci: add tmate session debug to ui tests
This commit is contained in:
parent
9ed08706a2
commit
762a8130e2
2 changed files with 5 additions and 1 deletions
4
.github/workflows/_base-ui-tests.yml
vendored
4
.github/workflows/_base-ui-tests.yml
vendored
|
|
@ -132,6 +132,10 @@ jobs:
|
|||
name: coverage-py-${{ matrix.index }}
|
||||
path: ./sites/*-coverage*.xml
|
||||
|
||||
- name: Setup tmate session
|
||||
uses: mxschmitt/action-tmate@v3
|
||||
if: ${{ failure() && contains( github.event.pull_request.labels.*.name, 'debug-gha') }}
|
||||
|
||||
- name: Show bench output
|
||||
if: ${{ always() }}
|
||||
run: |
|
||||
|
|
|
|||
2
.github/workflows/server-tests.yml
vendored
2
.github/workflows/server-tests.yml
vendored
|
|
@ -56,7 +56,7 @@ jobs:
|
|||
needs: checkrun
|
||||
uses: frappe/frappe/.github/workflows/_base-migration.yml@develop
|
||||
with:
|
||||
# db-artifact-url: https://frappeframework.com/files/v13-frappe.sql.gz
|
||||
db-artifact-url: https://frappeframework.com/files/v13-frappe.sql.gz
|
||||
python-version: '3.10'
|
||||
node-version: 20
|
||||
fake-success: ${{ needs.checkrun.outputs.build != 'strawberry' }}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue