Skip to content

Commit

Permalink
args
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Aug 28, 2024
1 parent 571816c commit a15e160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/08ef0f28e3a41424b92ba1d203de64257a9fca6a.tar.gz
- name: Install dependencies in environment
run: nix-env --if --install integration_test/default.nix
run: nix-env -if --install integration_test/default.nix
- name: Validate integration test manifest
run: kustomize build integration_test
# | kubeconform -strict -kubernetes-version 1.17.9
Expand All @@ -31,7 +31,7 @@ jobs:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/08ef0f28e3a41424b92ba1d203de64257a9fca6a.tar.gz

- name: Install dependencies
run: nix-env --if --install integration_test/default.nix
run: nix-env -if --install integration_test/default.nix

- name: Start cluster
run: minikube start --driver=docker --kubernetes-version=v1.21.5
Expand Down

0 comments on commit a15e160

Please sign in to comment.