Skip to content

Commit

Permalink
Fix ci task name
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcalves committed May 28, 2024
1 parent ef03763 commit c909c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/execute-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: kubectl get pods -A
- name: Apply dependencies
run:
make apply apply-test-resources
make apply-test-resources
- name: Run tests
run:
make test

0 comments on commit c909c6f

Please sign in to comment.