ci: finish off introduction of #28604 (#28605)

* ci: finish off introduction of #28604

* ci: add tmate session debug to ui tests
This commit is contained in:
David Arnold 2024-11-27 21:43:24 +01:00 committed by GitHub
parent 9ed08706a2
commit 762a8130e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View file

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

View file

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