Skip to content

Commit

Permalink
bump nix
Browse files Browse the repository at this point in the history
  • Loading branch information
kleyow committed Aug 28, 2024
1 parent d6096b3 commit 6a2fe79
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2.3.4
- uses: cachix/install-nix-action@v13
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/08ef0f28e3a41424b92ba1d203de64257a9fca6a.tar.gz
- name: Install dependencies in environment
run: nix-env -if integration_test/default.nix
run: nix-env --install integration_test/default.nix
- name: Validate integration test manifest
run: kustomize build integration_test
# | kubeconform -strict -kubernetes-version 1.17.9
Expand All @@ -26,12 +26,12 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: cachix/install-nix-action@v13
- uses: cachix/install-nix-action@v27
with:
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/08ef0f28e3a41424b92ba1d203de64257a9fca6a.tar.gz

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

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

0 comments on commit 6a2fe79

Please sign in to comment.