Skip to content

Merge pull request #8 from marcelhas/update_flake_lock_action #48

Merge pull request #8 from marcelhas/update_flake_lock_action

Merge pull request #8 from marcelhas/update_flake_lock_action #48

Workflow file for this run

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