ci: use ref to tag rather than raw branch for emqx-fvt in jmeter suite

This commit is contained in:
Stefan Strigler 2022-12-15 10:57:19 +01:00
parent ebd49bec41
commit 13b4ee227c
1 changed files with 5 additions and 5 deletions

View File

@ -92,7 +92,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: emqx/emqx-fvt
ref: broker-autotest
ref: broker-autotest-v1
path: scripts
- uses: actions/setup-java@v3
with:
@ -191,7 +191,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: emqx/emqx-fvt
ref: broker-autotest
ref: broker-autotest-v1
path: scripts
- uses: actions/setup-java@v3
with:
@ -297,7 +297,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: emqx/emqx-fvt
ref: broker-autotest
ref: broker-autotest-v1
path: scripts
- uses: actions/setup-java@v3
with:
@ -396,7 +396,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: emqx/emqx-fvt
ref: broker-autotest
ref: broker-autotest-v1
path: scripts
- name: run jwks_server
timeout-minutes: 10
@ -496,7 +496,7 @@ jobs:
- uses: actions/checkout@v3
with:
repository: emqx/emqx-fvt
ref: broker-autotest
ref: broker-autotest-v1
path: scripts
- uses: actions/setup-java@v3
with: