Skip to content

Commit c581f95

Browse files
authored
Merge pull request #548 from Quenty/users/unrooot/unit-testing
2 parents 64def70 + 55e54a6 commit c581f95

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed
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 }}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
[tools]
2+
moonwave-extractor = "UpliftGames/moonwave@1.1.2"
23
rojo = "quenty/rojo@7.4.1-quenty-npm-canary.3"
3-
selene = "Kampfkarren/selene@0.26.1"
4-
moonwave-extractor = "UpliftGames/moonwave@1.1.2"
4+
run-in-roblox = "rojo-rbx/run-in-roblox@0.3.0"
5+
selene = "Kampfkarren/selene@0.26.1"

0 commit comments

Comments
 (0)