mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-30 13:58:15 +00:00
Update verify.yml
This commit is contained in:
3
.github/workflows/verify.yml
vendored
3
.github/workflows/verify.yml
vendored
@@ -26,6 +26,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
|
id: build
|
||||||
run: cd build/ && ./assemble_api.sh && ./run_all_tests.sh
|
run: cd build/ && ./assemble_api.sh && ./run_all_tests.sh
|
||||||
|
|
||||||
- name: Codecov
|
- name: Codecov
|
||||||
@@ -56,7 +57,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
- name: set the status # set the workflow status if command failed
|
- name: set the status # set the workflow status if command failed
|
||||||
if: always()
|
if: steps.build.outcome=='success'
|
||||||
run: |
|
run: |
|
||||||
if ${{ steps.codecov0.outcome=='success' || steps.codecov1.outcome=='success' || steps.codecov2.outcome=='success' || steps.codecov3.outcome=='success' }}; then
|
if ${{ steps.codecov0.outcome=='success' || steps.codecov1.outcome=='success' || steps.codecov2.outcome=='success' || steps.codecov3.outcome=='success' }}; then
|
||||||
echo "Codecov completed successfully"
|
echo "Codecov completed successfully"
|
||||||
|
Reference in New Issue
Block a user