Skip to content

Commit

Permalink
testing: add pytest, integrate with actions, try to get cachix working
Browse files Browse the repository at this point in the history
  • Loading branch information
ctheune committed Feb 3, 2024
1 parent e71ea17 commit 952a7c6
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 71 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,13 @@ jobs:
- uses: cachix/install-nix-action@v25
- uses: cachix/cachix-action@v14
with:
name: devenv
name: flyingcircusio
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- name: Install devenv.sh
run: nix profile install tarball+https://install.devenv.sh/latest

- name: Build the devenv shell and run any pre-commit hooks
run: devenv ci

- name: Run pytest
run: devenv shell pytest
Loading

0 comments on commit 952a7c6

Please sign in to comment.