Skip to content

Commit 6ce468e

Browse files
committed
Update CI scripts
1 parent 0c89d17 commit 6ce468e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/dry-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ jobs:
141141
run: |
142142
# Perform build and execution separately to avoid any potential output from
143143
# cargo leaking into the output file.
144-
cargo build --manifest-path sync-team/Cargo.toml --release
145-
./sync-team/target/release/sync-team print-plan \
144+
cargo build --release
145+
./target/release/team sync print-plan \
146146
--services github \
147147
--team-json team-api 2>&1 | tee -a output.txt
148148

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ jobs:
9797
ZULIP_API_TOKEN: ${{ secrets.ZULIP_API_TOKEN }}
9898
ZULIP_USERNAME: ${{ secrets.ZULIP_USERNAME }}
9999
run: |
100-
cargo run --manifest-path sync-team/Cargo.toml \
101-
apply --team-json build
100+
cargo run sync apply --team-json build
102101
103102
- name: Disable Jekyll
104103
run: touch build/.nojekyll

0 commit comments

Comments
 (0)