diff options
Diffstat (limited to '.github/workflows/ci-tests.yaml')
| -rw-r--r-- | .github/workflows/ci-tests.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-tests.yaml b/.github/workflows/ci-tests.yaml index 5f3ae51..324d45e 100644 --- a/.github/workflows/ci-tests.yaml +++ b/.github/workflows/ci-tests.yaml @@ -90,7 +90,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - file: coverage.out + files: coverage.out test-manifests: name: Ensure kubernetes manifests conform to their schema |
