Skip to content

Commit c70afe8

Browse files
committed
Fix rbxtsc command for building unit tests place
1 parent 66a6372 commit c70afe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: install local npm packages
2929
run: npm i --production=false
3030
- name: compile typescript code
31-
run: rbxtsc --type=game
31+
run: rbxtsc --type=game --rojo=.\\unit-testing.project.json
3232
- name: install foreman
3333
uses: rojo-rbx/setup-foreman@v1
3434
with:

0 commit comments

Comments
 (0)