mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +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
|
||||
load: true
|
||||
env:
|
||||
GIT_TAG: 13
|
||||
GIT_TAG: ${{ env.FRAPPE_VERSION }}
|
||||
|
||||
- name: Test
|
||||
run: ./tests/integration-test.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue