We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
working-directory
1 parent 9962e03 commit feca4edCopy full SHA for feca4ed
.github/workflows/ci.yml
@@ -338,16 +338,5 @@ jobs:
338
kubectl kustomize config/crd | kubectl apply --server-side -f -
339
340
- name: Run Tests
341
- run: make -C tests test-cel-validation
342
-
343
- - name: Upload coverage reports to Codecov
344
- uses: codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
345
- with:
346
- token: ${{ secrets.CODECOV_TOKEN }}
347
348
- - name: Upload Coverage Report
349
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
350
351
- name: cover-${{ github.run_id }}.html
352
- path: ${{ github.workspace }}/cover.html
353
- if: always()
+ run: make test-cel-validation
+ working-directory: ./tests
0 commit comments