install-nix-action/.github/workflows/test.yml
Domen Kožar a1c201633d
fix badge
2019-10-02 12:57:46 +02:00

18 lines
No EOL
355 B
YAML

name: "nix-action test"
on:
pull_request:
push:
jobs:
tests:
strategy:
matrix:
os: [ubuntu-18.04, macos]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- run: yarn install --frozen-lockfile
- run: yarn build
- run: yarn test
- name: Install Nix
uses: ./
- run: nix-build test.nix