groovylight/.gitea/workflows/test.yaml

14 lines
307 B
YAML
Raw Permalink Normal View History

2024-09-26 14:40:45 +00:00
name: Unit Tests
2024-05-23 05:33:20 +00:00
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
2024-05-23 05:36:53 +00:00
- uses: DeterminateSystems/magic-nix-cache-action@main
2024-09-26 14:40:45 +00:00
- name: Build Groovylight
run: nix build .