Commit graph

4 commits

Author SHA1 Message Date
Harald Hoyer 1fd6733cfc feat: Replace 'test' job with 'build' job in Forgejo workflows
All checks were successful
/ build (push) Successful in 1m32s
- 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
Harald Hoyer 067856e165 feat: Add test job in Nix workflow
Some checks failed
/ test (push) Successful in 13s
/ build (push) Failing after 12s
- A new test job is added in the Nix Github Actions workflow
- This test runs on ubuntu, and checks out the current repository and lists its content
- These steps were added to increase visibility on the test environment
2024-06-27 14:33:24 +02:00
Harald Hoyer 9f53232733 feat: Add checkout step to nix workflow
Some checks failed
/ build (push) Failing after 13s
- This update adds a new step into the nix workflow for code checkout using `actions/checkout@v3`.
- This is important to ensure the latest code is used for the `nix build` execution step.
2024-06-27 14:03:31 +02:00
Harald Hoyer 8f8e0cafb7 feat: Add nix workflow file
Some checks failed
/ build (push) Failing after 1m5s
- Created a new workflow, nix.yaml, in the .forgejo folder
- This workflow runs Nix build on each push event
2024-06-27 13:59:12 +02:00