Update update-flake.yml deps #47
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Test" | |
on: | |
workflow_dispatch: # allows manual triggering | |
pull_request: | |
push: | |
jobs: | |
tests: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/[email protected] | |
- uses: cachix/install-nix-action@v25 | |
with: | |
nix_path: nixpkgs=channel:nixos-unstable | |
- uses: cachix/cachix-action@v14 | |
with: | |
name: whatsapp-date | |
# If you chose API tokens for write access OR if you have a private cache | |
# authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}" | |
- run: TERM=xterm nix run .#test -- --verbose |