mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
💄
This commit is contained in:
parent
9ff1af3adb
commit
432fef6316
1 changed files with 4 additions and 4 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
@ -19,8 +19,8 @@ jobs:
|
|||
tests:
|
||||
name: Run tests
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- test
|
||||
- self-hosted
|
||||
- test
|
||||
env:
|
||||
RUSTFLAGS: -D warnings
|
||||
steps:
|
||||
|
@ -42,8 +42,8 @@ jobs:
|
|||
bundle:
|
||||
name: Bundle app
|
||||
runs-on:
|
||||
- self-hosted
|
||||
- bundle
|
||||
- self-hosted
|
||||
- bundle
|
||||
env:
|
||||
MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}
|
||||
MACOS_CERTIFICATE_PASSWORD: ${{ secrets.MACOS_CERTIFICATE_PASSWORD }}
|
||||
|
|
Loading…
Reference in a new issue