diff options
| author | J08nY | 2025-02-27 16:40:10 +0100 |
|---|---|---|
| committer | J08nY | 2025-02-27 16:40:10 +0100 |
| commit | dd5c394890dcb2c51b1efd995707ee3534daba7f (patch) | |
| tree | 338ea626dac81e04d5d4b6617124703738f80ef0 | |
| parent | 74d2386bd3e67bfc4c7ab7798fb66c4ea7ff29b2 (diff) | |
| download | sec-certs-dd5c394890dcb2c51b1efd995707ee3534daba7f.tar.gz sec-certs-dd5c394890dcb2c51b1efd995707ee3534daba7f.tar.zst sec-certs-dd5c394890dcb2c51b1efd995707ee3534daba7f.zip | |
Continue to codecov submission even if tests fail in CRON.
| -rw-r--r-- | .github/workflows/cron.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 426738a2..30f6d90c 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -9,6 +9,7 @@ env: jobs: test: runs-on: ubuntu-22.04 + continue-on-error: true env: SECCERTS_NVD_API_KEY: ${{ secrets.NVD_API_KEY }} steps: |
