Skip to content

Commit 39a0e39

Browse files
ci: update SDK PR test workflow configuration
1 parent 7961730 commit 39a0e39

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/sdk-pr-test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,23 +39,18 @@ jobs:
3939
cache-dependency-path: package-lock.json
4040

4141
- name: Install dependencies
42-
working-directory: packages/sdk
4342
run: npm ci
4443

4544
- name: Unit tests
46-
working-directory: packages/sdk
4745
run: npm run test:unit
4846

4947
- name: x
50-
working-directory: packages/sdk
5148
run: npm run start-test-stack
5249

5350
- name: Test e2e
54-
working-directory: packages/sdk
5551
run: npm run test:e2e
5652

5753
- name: Stop e2e test stack
58-
working-directory: packages/sdk
5954
if: always()
6055
run: npm run stop-test-stack
6156

0 commit comments

Comments
 (0)