Skip to content

Commit 749ddd0

Browse files
committed
chore: run interop test on pull request
1 parent 4145ffc commit 749ddd0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/typescript.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ jobs:
1717
run: npm run typecheck
1818
- name: Run Unit Tests
1919
run: npm test
20+
env:
21+
INTEROP: true
22+
OSC_ACCESS_TOKEN: ${{ secrets.OSC_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)