bos55-nix-config-cicd/.github/workflows/test.yml
Tibo De Peuter 6a0fdca3aa
All checks were successful
Test / tests (push) Successful in 33s
Specify container
2026-02-06 14:13:01 +01:00

16 lines
369 B
YAML

name: "Test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-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