nix-runner-container/.forgejo/workflows/nix.yaml
Harald Hoyer 1fd6733cfc
All checks were successful
/ build (push) Successful in 1m32s
feat: Replace 'test' job with 'build' job in Forgejo workflows
- Jobs in Forgejo workflows are updated to remove the 'test' job and expand the 'build' job.
- This is performed to streamline the workflows and employ a more central build job instead of individual testing ones.
- Also, the 'nix build' command is updated in the 'build' job for proper syntax.
2024-06-27 14:34:16 +02:00

8 lines
123 B
YAML

on: [push]
jobs:
build:
runs-on: nix
steps:
- uses: actions/checkout@v3
- run: nix build -L .#runner