Skip to content

Commit

Permalink
Fixed coverage test workflow (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErwinsExpertise authored Dec 16, 2021
1 parent d245cdc commit 73eee31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
kind: Secret
metadata:
name: vultr-credentials
namespace: cert-manager
type: Opaque
data:
apiKey: "${KEY}"
Expand All @@ -31,8 +30,7 @@ jobs:
- name: Run unit tests and coverage test
id: test-coverage
run: |
TEST_ZONE_NAME=vultr-k8-cm.tk.
make test > output.txt
TEST_ZONE_NAME=vultr-k8-cm.tk. make test > output.txt
- name: Transform output
id: results
Expand Down

0 comments on commit 73eee31

Please sign in to comment.