Skip to content

Commit 448ea4d

Browse files
committed
updated yml file to call correct folder
1 parent 5c69b2a commit 448ea4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
node-version: 16.x
4040

4141
- name: Install dependencies
42-
run: npm install --prefix "./ksqljs"
42+
run: npm install --prefix "./ksQlient"
4343

4444
- name: Sleep for 30 seconds
4545
run: sleep 30s
4646
shell: bash
4747

4848
- name: Run tests
49-
run: npm run test --prefix "./ksqljs"
49+
run: npm run test --prefix "./ksQlient"
5050

5151
- name: Stop containers
5252
if: always()

0 commit comments

Comments
 (0)