2
0
mirror of https://github.com/frappe/frappe_docker.git synced 2024-12-23 10:38:58 +00:00

Merge branch 'main' into improve-tests-and-fix-builds

This commit is contained in:
Lev 2021-11-05 19:01:18 +03:00 committed by GitHub
commit 9fa3e1b0e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@ jobs:
files: docker-bake.hcl files: docker-bake.hcl
targets: frappe-develop-test targets: frappe-develop-test
load: true load: true
push: ${{ github.repository == 'frappe/frappe_docker' && github.event_name != 'pull_request' }}
- name: Test - name: Test
run: ./tests/test-frappe.sh run: ./tests/test-frappe.sh