ci: add cachix tests

This commit is contained in:
Youwen Wu 2024-08-16 14:44:21 -07:00 committed by Ananth Venkatesh
parent 4ea4e5e716
commit e96156a936

18
.github/workflows/main.yml vendored Normal file
View file

@ -0,0 +1,18 @@
name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: suntheme
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'
- run: nix build
- run: nix develop