Compare commits

...

3 commits

Author SHA1 Message Date
6a0fdca3aa
Specify container
All checks were successful
Test / tests (push) Successful in 33s
2026-02-06 14:13:01 +01:00
506e8939e3
Explicit URL
Some checks failed
Test / tests (push) Failing after 5s
2026-02-06 14:07:25 +01:00
f13f21f1c3
Add test workflow
Some checks failed
Test / tests (push) Failing after 2s
2026-02-06 13:30:27 +01:00

16
.github/workflows/test.yml vendored Normal file
View file

@ -0,0 +1,16 @@
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