Skip to content

Commit 53bfde9

Browse files
committed
docs: Update paths
1 parent 50b3238 commit 53bfde9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: rojo build default.project.json -o testBuild.rbxl
6161
working-directory: tests/bin
6262

63-
- name: Publish test place to Roblox
63+
- name: Publish test place to Roblox and run tests
6464
run: lune run cloud/publish-test-place.luau bin/testBuild.rbxl cloud/run-tests.luau
6565
working-directory: tests
6666
env:

tests/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ GITHUB_TOKEN=
6161
NPM_TOKEN=
6262
```
6363

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.
6565

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`
6767

6868
### Locally with run-in-roblox
6969
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.
@@ -73,6 +73,5 @@ cp -r tests/test-place-template tests/bin && cd tests/bin
7373
npm i $(npx lerna ls --since origin/main --json | jq -r '.[].location' | tr '\n' ' ')
7474
npm i https://github.com/quentystudios/jest-lua.git
7575
npx lerna exec -- npm install --no-audit
76-
rojo build default.project.json -o testPlace.rbxl
77-
run-in-roblox --place testPlace.rbxl --script ../run-tests.luau
76+
rojo build default.project.json -o testPlace.rbxl && run-in-roblox --place testPlace.rbxl --script ../cloud/run-tests.luau
7877
```

0 commit comments

Comments
 (0)