Attempt to build gospel config
Some checks failed
Forgejo Actions Demo / Explore-Forgejo-Actions (push) Failing after 4s
Some checks failed
Forgejo Actions Demo / Explore-Forgejo-Actions (push) Failing after 4s
This commit is contained in:
parent
0fbb4c7725
commit
a631a98ce2
1 changed files with 2 additions and 1 deletions
|
|
@ -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 }}."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue