mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Try not cleaning on checkout
This commit is contained in:
parent
f7e8e21d74
commit
aef21e1c0b
1 changed files with 4 additions and 0 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -28,6 +28,8 @@ jobs:
|
|||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
|
||||
- name: Run tests
|
||||
run: cargo test --no-fail-fast
|
||||
|
@ -52,6 +54,8 @@ jobs:
|
|||
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
clean: false
|
||||
|
||||
- name: Create app bundle
|
||||
run: script/bundle
|
||||
|
|
Loading…
Reference in a new issue