1
1
mirror of https://github.com/nmattia/niv.git synced 2024-09-21 04:17:11 +03:00
niv/.github/workflows/test.yml

17 lines
286 B
YAML
Raw Normal View History

2019-12-08 17:13:53 +03:00
name: "Test"
on:
2019-12-09 12:16:20 +03:00
pull_request:
2019-12-09 12:19:04 +03:00
push:
branches:
- master
2019-12-08 17:13:53 +03:00
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