mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
update
This commit is contained in:
parent
f14b8b6954
commit
f781373a7f
1 changed files with 7 additions and 4 deletions
11
.github/workflows/build_develop.yml
vendored
11
.github/workflows/build_develop.yml
vendored
|
|
@ -55,8 +55,8 @@ jobs:
|
|||
targets: bench-build
|
||||
push: true
|
||||
|
||||
build_frappe:
|
||||
name: Frappe
|
||||
build_main:
|
||||
name: Frappe and ERPNext
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
@ -78,9 +78,12 @@ jobs:
|
|||
files: docker-bake.hcl
|
||||
targets: frappe-develop-test
|
||||
load: true
|
||||
|
||||
- run: docker image ls -a
|
||||
# - name: Test Frappe
|
||||
# run: ./tests/test-frappe.sh
|
||||
|
||||
- name: Test Frappe
|
||||
run: ./tests/test-frappe.sh
|
||||
|
||||
|
||||
- name: Build ERPNext
|
||||
uses: docker/bake-action@v1.6.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue