We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4145ffc commit 749ddd0Copy full SHA for 749ddd0
.github/workflows/typescript.yml
@@ -17,3 +17,6 @@ jobs:
17
run: npm run typecheck
18
- name: Run Unit Tests
19
run: npm test
20
+ env:
21
+ INTEROP: true
22
+ OSC_ACCESS_TOKEN: ${{ secrets.OSC_ACCESS_TOKEN }}
0 commit comments