Skip to content

Commit dceb000

Browse files
committed
[utbot-infra]
If docker image for monitoring is not available - CI should continue even without monitoring
1 parent b85627c commit dceb000

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-and-run-tests-from-branch.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
- name: Run monitoring
100100
# secret uploaded using base64 encoding to have one-line output:
101101
# cat file | base64 -w 0
102+
continue-on-error: true
102103
run: |
103104
chmod +x ./scripts/project/monitoring.sh
104105
./scripts/project/monitoring.sh "${PUSHGATEWAY_HOSTNAME}" "${{ secrets.PUSHGATEWAY_USER }}" "${{ secrets.PUSHGATEWAY_PASSWORD }}"

0 commit comments

Comments
 (0)