Skip to content

Commit a588870

Browse files
feat: update test pipeline version
1 parent 6ce4e01 commit a588870

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
@@ -28,12 +28,12 @@ jobs:
2828
Zookeeper-Pipeline:
2929
needs: Wait-for-images
3030
#uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@aecdc72c47de69569cecc4b876e86ecb6776d629 #v1.0.1
31-
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@main #v1.0.1
31+
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@fix/artifact_name
3232
with:
3333
service_branch: '${{ github.head_ref || github.ref_name }}'
3434
versions_file: '.github/versions.yaml'
3535
#pipeline_branch: 'v1.0.1' #this value must match the value after '@' in 'uses'
36-
pipeline_branch: 'main' #this value must match the value after '@' in 'uses'
36+
pipeline_branch: 'fix/artifact_name' #this value must match the value after '@' in 'uses'
3737
secrets:
3838
AWS_S3_ACCESS_KEY_ID: ${{secrets.AWS_S3_ACCESS_KEY_ID}}
3939
AWS_S3_ACCESS_KEY_SECRET: ${{secrets.AWS_S3_ACCESS_KEY_SECRET}}

0 commit comments

Comments
 (0)