We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7961730 commit 39a0e39Copy full SHA for 39a0e39
.github/workflows/sdk-pr-test.yml
@@ -39,23 +39,18 @@ jobs:
39
cache-dependency-path: package-lock.json
40
41
- name: Install dependencies
42
- working-directory: packages/sdk
43
run: npm ci
44
45
- name: Unit tests
46
47
run: npm run test:unit
48
49
- name: x
50
51
run: npm run start-test-stack
52
53
- name: Test e2e
54
55
run: npm run test:e2e
56
57
- name: Stop e2e test stack
58
59
if: always()
60
run: npm run stop-test-stack
61
0 commit comments