You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,9 +61,9 @@ GITHUB_TOKEN=
61
61
NPM_TOKEN=
62
62
```
63
63
64
-
You will also need to update the target universe and place ids in `tests/publish-test-place.luau`. The default is a place managed by Studio Koi Koi.
64
+
You will also need to update the target universe and place ids in `tests/cloud/publish-test-place.luau`. The default is a place managed by Studio Koi Koi.
65
65
66
-
Finally, execute the workflow from the root of the repository with: `act -W .github/workflows/run-tests.yml --secret-file .env`
66
+
Finally, execute the workflow from the root of the repository with: `act -W .github/workflows/run-tests.yml --secret-file .env --reuse`
67
67
68
68
### Locally with run-in-roblox
69
69
Alternatively, if you don't have access to open cloud, you can build the test place and use `run-in-roblox` to run the tests locally.
0 commit comments