mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 08:14:00 +01:00
ci: Check without build for now
Should fix an issue where the ci was running out of space.
This commit is contained in:
parent
a59f04fa8a
commit
dbe8b25eed
13
.github/workflows/ci.yml
vendored
13
.github/workflows/ci.yml
vendored
@ -8,21 +8,12 @@ on:
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: nix flake check
|
||||
name: nix flake check --no-build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: easimon/maximize-build-space@v10
|
||||
with:
|
||||
root-reserve-mb: 512
|
||||
swap-size-mb: 1024
|
||||
remove-dotnet: 'true'
|
||||
remove-android: 'true'
|
||||
remove-haskell: 'true'
|
||||
remove-codeql: 'true'
|
||||
remove-docker-images: 'true'
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v26
|
||||
- run: nix flake check
|
||||
- run: nix flake check --no-build
|
||||
format:
|
||||
name: nix fmt -- --check **/*.nix
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user