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 05e02de commit 5dba635Copy full SHA for 5dba635
.github/workflows/common-test.yml
@@ -307,7 +307,7 @@ jobs:
307
run: npm run deploy
308
working-directory: test/osls-basic
309
- name: Test
310
- run: npx vitest --retry 1 test/sls-basic.test.ts
+ run: npx vitest --retry 1 test/osls-basic.test.ts
311
- name: Test - observability mode
312
run: OBSERVABLE_MODE=true npx vitest --retry 1 test/osls-basic.test.ts
313
0 commit comments