Skip to content

Commit

Permalink
ci: Check without build for now
Browse files Browse the repository at this point in the history
Should fix an issue where the ci was running out of space.
  • Loading branch information
donovanglover committed Apr 29, 2024
1 parent a59f04f commit dbe8b25
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbe8b25

Please sign in to comment.