install-nix-action/.github/workflows/test.yml

21 lines
443 B
YAML
Raw Normal View History

2019-10-02 14:06:28 +00:00
name: "install-nix-action test"
2019-09-29 19:52:02 +00:00
on:
pull_request:
push:
jobs:
tests:
strategy:
matrix:
2019-11-07 09:10:36 +00:00
os: [ubuntu-18.04, macos-latest]
2019-09-29 19:52:02 +00:00
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- run: yarn install --frozen-lockfile
- run: yarn build
2019-10-02 14:36:06 +00:00
# TODO: just commit it using github
- run: git diff --exit-code
2019-09-29 19:52:02 +00:00
- run: yarn test
- name: Install Nix
uses: ./
2019-11-07 09:10:36 +00:00
- run: nix-build test.nix