Skip to content

Commit 33fac0f

Browse files
ci: add worker integration tests to CI pipeline
Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
1 parent 601b110 commit 33fac0f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- run: npm ci
2020
- run: npm run build
2121
- run: npm test
22+
- run: npm run test:worker
2223
- run: npm run test:smoke:worker
2324

2425
lint-format:

0 commit comments

Comments
 (0)