bos55-nix-config-cicd/.github/workflows/test.yml
Tibo De Peuter 506e8939e3
Some checks failed
Test / tests (push) Failing after 5s
Explicit URL
2026-02-06 14:07:25 +01:00

14 lines
310 B
YAML

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