1
1
mirror of https://github.com/nmattia/niv.git synced 2024-11-10 16:55:22 +03:00
niv/.github/workflows/test.yml

14 lines
241 B
YAML
Raw Normal View History

2019-12-08 17:13:53 +03:00
name: "Test"
on:
push:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-18.04, macos]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: cachix/install-nix-action@v6
- run: ./script/test