Skip to content

Commit 9aac4e3

Browse files
committed
CI
1 parent fd78423 commit 9aac4e3

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/integration-test.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,7 @@ jobs:
6363

6464
- name: Generate SSH keys
6565
run: |
66-
mkdir -p keys
6766
ssh-keygen -t ed25519 -f keys/ci-test -N "" -C "ci-test"
68-
mv keys/ci-test.pub keys/ci-test.pub
6967
7068
- name: Deploy nix-csi
7169
run: |
@@ -83,9 +81,9 @@ jobs:
8381
run: |
8482
kubectl wait --for=condition=ready pod -l app=ctest -n nix-csi --timeout=300s
8583
86-
- name: Run integration tests
87-
run: |
88-
nix run --file . integrationTest
84+
# - name: Run integration tests
85+
# run: |
86+
# nix run --file . integrationTest
8987

9088
- name: Debug on failure
9189
if: failure()

0 commit comments

Comments
 (0)