Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibizaman committed Oct 24, 2024
1 parent 3302808 commit d9608dc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,15 @@ jobs:
with:
name: selfhostblocks
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Run tests
- name: Generate
id: generate-checks
run: |
echo dynamic_list= >> "$GITHUB_OUTPUT"
nix flake show --allow-import-from-derivation --json \
| jq '.["checks"]["x86_64-linux"] | keys'
| jq -c '.["checks"]["x86_64-linux"] | keys' \
>> "$GITHUB_OUTPUT"
echo "$GITHUB_OUTPUT"
outputs:
matrix: ${{ steps.generate-matrix.outputs.dynamic_list }}

Expand Down

0 comments on commit d9608dc

Please sign in to comment.