Skip to content

Commit

Permalink
fix: reduce large logs from gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
headblockhead committed Aug 17, 2024
1 parent f4c5d11 commit 1d59e89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Test with Nix
on: [push, pull_request]

jobs:
build:
run-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix flake check -v
- run: nix flake check

0 comments on commit 1d59e89

Please sign in to comment.