Skip to content

Commit

Permalink
disable manifest for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Nov 6, 2024
1 parent ef2ca9b commit 17280e2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/8e4fe32876ca15e3d5eb3ecd3ca0b224417f5f17.tar.gz
- name: Install dependencies in environment
run: nix-env -if integration_test/default.nix
- name: Set up Kubeconform
uses: bmuschko/setup-kubeconform@v1
# - name: Set up Kubeconform
# uses: bmuschko/setup-kubeconform@v1
- name: Validate integration test manifest
run: kustomize build integration_test | kubeconform -strict -kubernetes-version 1.29
run: kustomize build integration_test
# | kubeconform -strict -kubernetes-version 1.21.5

integration_test:
timeout-minutes: 45
Expand Down

0 comments on commit 17280e2

Please sign in to comment.