Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit f9e2612

Browse files
committed
Fix dependency installation from wrong directory
1 parent 0a4881e commit f9e2612

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ jobs:
214214
kubectl create namespace securecodebox-system
215215
helm -n securecodebox-system install securecodebox-operator ./operator/ --wait
216216
- name: "Install Test Dependencies"
217-
run: |
217+
run: |
218+
cd tests/integration/
218219
npm ci
219220
- name: "Nmap Integration Tests"
220221
run: |

0 commit comments

Comments
 (0)