ilpcw/.github/workflows/ci.yml
2026-01-22 08:03:08 +00:00

22 lines
447 B
YAML

name: Polyglot CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: mycache
- run: chmod +x ./ilp-rest-service/gradlew
- run: nix develop --command just all