Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar committed Jun 2, 2024
1 parent 197458e commit 96f6928
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@ jobs:
- name: Install Nix
uses: cachix/install-nix-action@v27

- name: Nix config
run: |
echo "============================"
cat /etc/nix/nix.conf
echo "============================"
- name: Run tests
run: nix shell -c ./run-tests.py

0 comments on commit 96f6928

Please sign in to comment.