Skip to content

Commit 55e54a6

Browse files
committed
chore: Move test runner script to test place template
1 parent 987ceb5 commit 55e54a6

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
working-directory: tests/bin
6262

6363
- name: Publish test place to Roblox and run tests
64-
run: lune run cloud/publish-test-place.luau bin/testBuild.rbxl cloud/run-tests.luau
64+
run: lune run cloud/publish-test-place.luau bin/testBuild.rbxl bin/run-tests.luau
6565
working-directory: tests
6666
env:
6767
ROBLOX_UNIT_TEST_API_KEY: ${{ secrets.ROBLOX_UNIT_TEST_API_KEY }}

0 commit comments

Comments
 (0)