2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-08-22 02:02:14 +00:00

Update verify.yml

This commit is contained in:
Ryan Emerle 2022-05-17 15:15:26 -04:00 committed by GitHub
parent 78c0c634e8
commit b7647979e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@ jobs:
fetch-depth: 0
- name: Build and Test
id: build
run: cd build/ && ./assemble_api.sh && ./run_all_tests.sh
- name: Codecov
@ -56,7 +57,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
- name: set the status # set the workflow status if command failed
if: always()
if: steps.build.outcome=='success'
run: |
if ${{ steps.codecov0.outcome=='success' || steps.codecov1.outcome=='success' || steps.codecov2.outcome=='success' || steps.codecov3.outcome=='success' }}; then
echo "Codecov completed successfully"