Skip to content

Commit

Permalink
Fix config file in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedwaleedmalik committed Dec 4, 2020
1 parent dea0fd3 commit f77a221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
run: |
kubectl cluster-info
kubectl apply -f deploy/crds
mkdir -p .local
echo "${{ secrets.SECRET_KUBERNETES_RESOURCES }}"> .local/test-config.yaml
- name: Test
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ jobs:
run: |
kubectl cluster-info
kubectl apply -f deploy/crds
mkdir -p .local
echo "${{ secrets.SECRET_KUBERNETES_RESOURCES }}"> .local/test-config.yaml
- name: Test
run: make test

Expand Down

0 comments on commit f77a221

Please sign in to comment.