Skip to content

Commit 5dba635

Browse files
fix: CICD
1 parent 05e02de commit 5dba635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/common-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
run: npm run deploy
308308
working-directory: test/osls-basic
309309
- name: Test
310-
run: npx vitest --retry 1 test/sls-basic.test.ts
310+
run: npx vitest --retry 1 test/osls-basic.test.ts
311311
- name: Test - observability mode
312312
run: OBSERVABLE_MODE=true npx vitest --retry 1 test/osls-basic.test.ts
313313

0 commit comments

Comments
 (0)