mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 17:25:08 +00:00
ci(Test): Fix git tag
This commit is contained in:
parent
8ac732b7ff
commit
50502d2867
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -36,7 +36,7 @@ jobs:
|
||||||
targets: frappe-develop,frappe-stable
|
targets: frappe-develop,frappe-stable
|
||||||
load: true
|
load: true
|
||||||
env:
|
env:
|
||||||
GIT_TAG: 13
|
GIT_TAG: ${{ env.FRAPPE_VERSION }}
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ./tests/integration-test.sh
|
run: ./tests/integration-test.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue