Skip to content

Commit feca4ed

Browse files
committed
Add working-directory to test run and remove code coverage steps
1 parent 9962e03 commit feca4ed

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -338,16 +338,5 @@ jobs:
338338
kubectl kustomize config/crd | kubectl apply --server-side -f -
339339
340340
- 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-
with:
351-
name: cover-${{ github.run_id }}.html
352-
path: ${{ github.workspace }}/cover.html
353-
if: always()
341+
run: make test-cel-validation
342+
working-directory: ./tests

0 commit comments

Comments
 (0)