bos55-nix-config-cicd/.github/workflows/test.yml
Tibo De Peuter f13f21f1c3
Some checks failed
Test / tests (push) Failing after 2s
Add test workflow
2026-02-06 13:30:27 +01:00

14 lines
291 B
YAML

name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/install-nix-action@v31
with:
nix_path: nixpkgs=channel:nixos-unstable
- name: "My custom step"
run: nix run nixpkgs#hello