test
Nix Build / test (push) Successful in 3m0s Details
Nix Build / test2 (push) Has been cancelled Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled Details

This commit is contained in:
Paul Zinselmeyer 2023-11-23 12:55:23 +01:00
parent e9893d514d
commit 5c2a4cdbed
1 changed files with 13 additions and 0 deletions

View File

@ -16,3 +16,16 @@ jobs:
with:
name: 01.pdf
path: result/abgabe.pdf
test2:
runs-on: debian-latest
steps:
- run: apt update && apt install sudo -y
- uses: actions/checkout@v3
- uses: cachix/install-nix-action@v23
with:
nix_path: nixpkgs=channel:nixos-23.11
- run: nix build .#01
- uses: actions/upload-artifact@v3
with:
name: 01.pdf
path: result/abgabe.pdf