Skip to content

Commit

Permalink
ci(test): add verbose, subst
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Dec 22, 2023
1 parent 89d9da1 commit ea22801
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
ssh-private-key: ${{ secrets.BUILDER_TOKEN }}
- uses: gacts/run-and-post-run@v1
with:
run: nix flake check
run: nix -v flake check -L --show-trace
post: |
mkdir -p ~/.ssh/ && touch ~/.ssh/known_hosts
ssh-keyscan cache.tcp4.me >> ~/.ssh/known_hosts
TARGET="ssh://[email protected]"
nix -v copy -s --to $TARGET --all
nix -v copy -s --all --to ssh://[email protected]

0 comments on commit ea22801

Please sign in to comment.