Skip to content

Commit

Permalink
Test templates first for debugging
Browse files Browse the repository at this point in the history
ThetaSinner committed Jun 5, 2024
1 parent f51cc9c commit 23f4c0b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-cache.yaml
Original file line number Diff line number Diff line change
@@ -55,10 +55,6 @@ jobs:
- name: Use GitHub cache
uses: DeterminateSystems/magic-nix-cache-action@main

- name: Run nix app
run: |
echo '${{ toJSON(matrix.packages) }}' | jq -r '.[]' | xargs -I% nix run .#% -- --version
- name: Extract branch name
shell: bash
run: echo "branch=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_OUTPUT
@@ -71,6 +67,10 @@ jobs:
nix flake init -t "github:holochain/holonix/${{ steps.extract_branch.ouptuts.branch }}#${{ matrix.template }}"
nix develop -c holochain --version
- name: Run nix app
run: |
echo '${{ toJSON(matrix.packages) }}' | jq -r '.[]' | xargs -I% nix run .#% -- --version
# - name: Setup tmate session
# if: failure()
# uses: mxschmitt/action-tmate@v3

0 comments on commit 23f4c0b

Please sign in to comment.