Skip to content

Commit

Permalink
fix test-reporter step in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Sami Alajrami committed Nov 4, 2021
1 parent f774fc6 commit 2ee81bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
env:
KUBECONFIG: ${{ env.KUBECONFIG }}
run:
reporter report env k8s production --namespace production --kubeconfig=${KUBECONFIG} --dry-run
reporter report env k8s production --namespace production --kubeconfig=${KUBECONFIG} --owner test --api-token topSecret --dry-run

- name: Slack Notification on Failure
if: ${{ failure() }}
Expand Down

0 comments on commit 2ee81bd

Please sign in to comment.