Skip to content

Commit

Permalink
ci: print devenv build
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Feb 20, 2025
1 parent b7ce1b2 commit 4a426d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- id: build
run: |
bin=$(nix build --print-out-paths)
echo "$bin"
echo "bin=$bin" >> $GITHUB_OUTPUT
- name: Run tests
run: ./result/bin/devenv test
Expand Down

0 comments on commit 4a426d6

Please sign in to comment.