Skip to content

Commit

Permalink
disable apply tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danduk82 committed Feb 1, 2023
1 parent d761978 commit 371677b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ jobs:
- run: diff --ignore-trailing-space tests/actual.yaml tests/expected.yaml
if: matrix.helm == 'master'

- name: Setup k3s/k3d
run: c2cciutils-k8s-install
# - name: Setup k3s/k3d
# run: c2cciutils-k8s-install

- name: Apply
run: kubectl apply -f tests/expected.yaml
# - name: Apply
# run: kubectl apply -f tests/expected.yaml

- name: Publish
run: c2cciutils-publish

0 comments on commit 371677b

Please sign in to comment.