test
This commit is contained in:
parent
1954eebeeb
commit
684b15b382
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
# .forgejo/workflows/demo.yaml
|
# .forgejo/workflows/demo.yaml
|
||||||
name: Demo
|
name: Build NixOS ISO
|
||||||
run-name: ${{ github.actor }} is testing
|
run-name: ${{ github.actor }} is testing
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-CI:
|
NixOS Runner:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: nixos/nix
|
container: nixos/nix
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue