Skip to content

Commit

Permalink
add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-ni committed Sep 23, 2024
1 parent e3c4cef commit 790b59b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
- run: |
echo -n "hosts=" >> "$GITHUB_OUTPUT"
ls hosts | sed -n 's/\.nix$//p' | jq -R | jq -sc >> "$GITHUB_OUTPUT"
echo -n "hosts="
ls hosts | sed -n 's/\.nix$//p' | jq -R | jq -sc
test:
runs-on: ubuntu-latest
needs: define-matrix
steps:
- run: echo ${{ needs.define-matrix.outputs.hosts }}

build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 790b59b

Please sign in to comment.