Skip to content

Commit 66adfc8

Browse files
feat: run tests fix/stabilize_s3_tests
1 parent 1670640 commit 66adfc8

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,10 +28,10 @@ jobs:
2828
poll-interval: 20
2929
Zookeeper-Pipeline:
3030
needs: Wait-for-images
31-
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@fix_linting_errors_v2 #v1.6.0
31+
uses: Netcracker/qubership-test-pipelines/.github/workflows/zookeeper.yaml@fix/stabilize_s3_tests #v1.6.0
3232
with:
3333
service_branch: '${{ github.head_ref || github.ref_name }}'
34-
pipeline_branch: 'fix_linting_errors_v2' #this value must match the value after '@' in 'uses'
34+
pipeline_branch: 'fix/stabilize_s3_tests' #this value must match the value after '@' in 'uses'
3535
secrets:
3636
AWS_S3_ACCESS_KEY_ID: ${{secrets.AWS_S3_ACCESS_KEY_ID}}
3737
AWS_S3_ACCESS_KEY_SECRET: ${{secrets.AWS_S3_ACCESS_KEY_SECRET}}

0 commit comments

Comments
 (0)