Skip to content

Commit 081ec50

Browse files
committed
CI: reset manifest & lock that changed by tests (cmd: new & init).
1 parent 26a194d commit 081ec50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

codemagic.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,11 @@ workflows:
235235
cargo test -p=cargo-playdate -- --nocapture
236236
rm -rf ./target/tmp
237237
238+
- name: Reset manifests
239+
script: |
240+
git checkout HEAD -- ./Cargo.toml
241+
git checkout HEAD -- ./Cargo.lock
242+
238243
- name: Execution
239244
script: |
240245
source "$HOME/.cargo/env"

0 commit comments

Comments
 (0)