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
@ -79,8 +79,11 @@ jobs:
targets: frappe-develop-test targets: frappe-develop-test
load: true load: true
- name: Test Frappe - run: docker image ls -a
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