We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd78423 commit 9aac4e3Copy full SHA for 9aac4e3
1 file changed
.github/workflows/integration-test.yaml
@@ -63,9 +63,7 @@ jobs:
63
64
- name: Generate SSH keys
65
run: |
66
- mkdir -p keys
67
ssh-keygen -t ed25519 -f keys/ci-test -N "" -C "ci-test"
68
- mv keys/ci-test.pub keys/ci-test.pub
69
70
- name: Deploy nix-csi
71
@@ -83,9 +81,9 @@ jobs:
83
81
84
82
kubectl wait --for=condition=ready pod -l app=ctest -n nix-csi --timeout=300s
85
86
- - name: Run integration tests
87
- run: |
88
- nix run --file . integrationTest
+ # - name: Run integration tests
+ # run: |
+ # nix run --file . integrationTest
89
90
- name: Debug on failure
91
if: failure()
0 commit comments