Skip to content

Commit b50b42e

Browse files
feat: update test pipeline version (#112)
1 parent dfd1ea4 commit b50b42e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
poll-interval: 20
2727
Zookeeper-Pipeline:
2828
needs: Wait-for-images
29-
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@cee02b3e1a049e1c2b28f8566d4362247240fa5f #v1.1.2
29+
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@4487afa083e5ba0cf64690d2e93e3d8ee94fab4f #v1.3.0
3030
with:
3131
service_branch: '${{ github.head_ref || github.ref_name }}'
3232
versions_file: '.github/versions.yaml'
33-
pipeline_branch: 'cee02b3e1a049e1c2b28f8566d4362247240fa5f' #this value must match the value after '@' in 'uses'
33+
pipeline_branch: '4487afa083e5ba0cf64690d2e93e3d8ee94fab4f' #this value must match the value after '@' in 'uses'
3434
secrets:
3535
AWS_S3_ACCESS_KEY_ID: ${{secrets.AWS_S3_ACCESS_KEY_ID}}
3636
AWS_S3_ACCESS_KEY_SECRET: ${{secrets.AWS_S3_ACCESS_KEY_SECRET}}

0 commit comments

Comments
 (0)