This commit is contained in:
Lev 2021-11-23 16:14:25 +03:00
parent f14b8b6954
commit f781373a7f

View file

@ -55,8 +55,8 @@ jobs:
targets: bench-build targets: bench-build
push: true push: true
build_frappe: build_main:
name: Frappe name: Frappe and ERPNext
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
@ -78,9 +78,12 @@ jobs:
files: docker-bake.hcl files: docker-bake.hcl
targets: frappe-develop-test targets: frappe-develop-test
load: true 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 - name: Build ERPNext
uses: docker/bake-action@v1.6.0 uses: docker/bake-action@v1.6.0