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 2e1e886
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:

- name: Install Nix
uses: cachix/install-nix-action@v27
with:
install_url: https://releases.nixos.org/nix/nix-2.18.1/install

- 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 2e1e886

Please sign in to comment.