mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
ci: fix bench and test
This commit is contained in:
parent
547b5ebcc8
commit
13afb0f855
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build_bench.yml
vendored
3
.github/workflows/build_bench.yml
vendored
|
|
@ -31,6 +31,9 @@ jobs:
|
|||
- name: Setup Buildx
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Set Environment Variables
|
||||
run: cat example.env >> "$GITHUB_ENV"
|
||||
|
||||
- name: Build and test
|
||||
uses: docker/bake-action@v3.1.0
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue