Skip to content

Commit

Permalink
ci: full nix3 command output in logs
Browse files Browse the repository at this point in the history
In #1146, I was made aware that we don't run the nix3 related CI command
with full logs displayed.

This adds the `-L` flag to those command invocations to address that.

Signed-off-by: Christina Sørensen <christina@cafkafk.com>
  • Loading branch information
cafkafk committed Sep 25, 2024
1 parent 0a27861 commit 7849b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Nix Flake Check
run: nix flake check --all-systems
run: nix flake check --all-systems -L

build:
name: Build Nix package
Expand All @@ -61,4 +61,4 @@ jobs:
- name: Setup Nix cache
uses: DeterminateSystems/magic-nix-cache-action@main
- name: Nix Build
run: nix build .#packages.${{ matrix.target }}.default
run: nix build .#packages.${{ matrix.target }}.default -L

0 comments on commit 7849b15

Please sign in to comment.