mirror of
https://github.com/stakater/Reloader.git
synced 2026-03-02 17:30:19 +00:00
Updates to the workflow
This commit is contained in:
2
.github/workflows/pull_request.yaml
vendored
2
.github/workflows/pull_request.yaml
vendored
@@ -56,14 +56,12 @@ jobs:
|
||||
- name: Set up Cluster
|
||||
run: |
|
||||
kubectl cluster-info
|
||||
kubectl apply -f deploy/crds
|
||||
mkdir -p .local
|
||||
echo "${{ secrets.SECRET_KUBERNETES_RESOURCES }}" | base64 --decode > .local/test-config.yaml
|
||||
|
||||
- name: Make Install & Verify
|
||||
run: |
|
||||
make install
|
||||
make verify
|
||||
|
||||
- name: Test
|
||||
run: make test
|
||||
|
||||
Reference in New Issue
Block a user