fix(ci): remove unneeded LFS pull
Some checks failed
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 3m47s
Build Zenyx ⚡ / 🏗️ Build aarch64-apple-darwin (push) Failing after 3m54s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Failing after 3m58s
Build Zenyx ⚡ / 🏗️ Build x86_64-apple-darwin (push) Failing after 3m58s
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (push) Failing after 4m31s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Successful in 5m43s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Successful in 5m42s
Some checks failed
Build Zenyx ⚡ / 🧪 Run Cargo Tests (push) Successful in 3m47s
Build Zenyx ⚡ / 🏗️ Build aarch64-apple-darwin (push) Failing after 3m54s
Build Zenyx ⚡ / 🏗️ Build aarch64-unknown-linux-gnu (push) Failing after 3m58s
Build Zenyx ⚡ / 🏗️ Build x86_64-apple-darwin (push) Failing after 3m58s
Build Zenyx ⚡ / 🏗️ Build aarch64-pc-windows-msvc (push) Failing after 4m31s
Build Zenyx ⚡ / 🏗️ Build x86_64-pc-windows-msvc (push) Successful in 5m43s
Build Zenyx ⚡ / 🏗️ Build x86_64-unknown-linux-gnu (push) Successful in 5m42s
This commit is contained in:
parent
7fbec03ecc
commit
6884e80646
1 changed files with 1 additions and 5 deletions
|
@ -16,8 +16,6 @@ jobs:
|
||||||
- name: 🚀 Setup & Run tests
|
- name: 🚀 Setup & Run tests
|
||||||
run: |
|
run: |
|
||||||
nix-shell --run "
|
nix-shell --run "
|
||||||
git-lfs fetch
|
|
||||||
git-lfs pull
|
|
||||||
cargo test --release --all
|
cargo test --release --all
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -74,8 +72,6 @@ jobs:
|
||||||
- name: 🚀 Install Target & Build release binary
|
- name: 🚀 Install Target & Build release binary
|
||||||
run: |
|
run: |
|
||||||
nix-shell --run "
|
nix-shell --run "
|
||||||
git-lfs fetch --all
|
|
||||||
git-lfs pull
|
|
||||||
cargo ${{ matrix.command }} ${{ matrix.args }}
|
cargo ${{ matrix.command }} ${{ matrix.args }}
|
||||||
"
|
"
|
||||||
|
|
||||||
|
@ -90,4 +86,4 @@ jobs:
|
||||||
name: ${{ matrix.binary_name }}${{ matrix.ext }}.zip
|
name: ${{ matrix.binary_name }}${{ matrix.ext }}.zip
|
||||||
path: artifacts/${{ matrix.binary_name }}${{ matrix.ext }}
|
path: artifacts/${{ matrix.binary_name }}${{ matrix.ext }}
|
||||||
compression-level: 9
|
compression-level: 9
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue