Skip to content

Commit

Permalink
fix CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ellie-idb committed Jan 1, 2024
1 parent 91f671e commit e31b907
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
push:
branches: ["master"]

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
check:
runs-on: ubuntu-latest
Expand All @@ -29,4 +33,4 @@ jobs:
- name: Build
run: cargo build --locked --verbose
- name: Run example script
run: cargo run -- --script ./demo/hello.lua --universe-id 28220420 --place-id 95206881 --oneshot
run: cargo run -- run --script ./demo/hello.lua --universe-id 28220420 --place-id 95206881 --oneshot

0 comments on commit e31b907

Please sign in to comment.