Attempt to build gospel config
Some checks failed
Forgejo Actions Demo / Explore-Forgejo-Actions (push) Failing after 4s

This commit is contained in:
alejandro-angulo 2026-02-14 12:21:16 -08:00
parent 0fbb4c7725
commit a631a98ce2

View file

@ -4,7 +4,7 @@ on: [push]
jobs:
Explore-Forgejo-Actions:
runs-on: ubuntu-latest
runs-on: nix-builder
steps:
- run: echo "🎉 The job was automatically triggered by a ${{ forgejo.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Forgejo!"
@ -16,4 +16,5 @@ jobs:
- name: List files in the repository
run: |
ls ${{ forgejo.workspace }}
- run: nix build .#nixosConfigurations.gospel.config.system.build.toplevel
- run: echo "🍏 This job's status is ${{ job.status }}."