Skip to content

Commit

Permalink
fix ci pipeline (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrison Ford committed Jan 30, 2024
1 parent 2eafa72 commit b4e4f15
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
run: aftman install
- name: Build run-in-roblox plugin
run: cd plugin && lune build.lua
- name: Build test place
run: cd demo && rojo build default.project.json -o test.rbxl
- name: Build
run: cargo build --locked --verbose
run: cargo build --locked
- name: Run example script
run: cargo run -- run --script ./demo/hello.lua --universe-id 28220420 --place-id 95206881 --oneshot
run: cargo run -- run --place-file ./demo/test.rbxl --script ./demo/hello.lua --universe-id 28220420 --place-id 95206881 --oneshot

0 comments on commit b4e4f15

Please sign in to comment.