groovylight/.gitea/workflows/test.yaml
Saji 3205c7104e
All checks were successful
Unit Tests / Test (push) Successful in 2m19s
update ci test flow
2024-09-26 10:03:57 -05:00

14 lines
307 B
YAML

name: Unit Tests
on: [push]
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
- uses: DeterminateSystems/magic-nix-cache-action@main
- name: Build Groovylight
run: nix build .