Merge pull request #4 from cachix/fix-build-check

test that build produces no diff
This commit is contained in:
Domen Kožar 2019-10-02 16:49:24 +02:00 committed by GitHub
commit f104d5a8aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,8 @@ jobs:
- uses: actions/checkout@v1
- run: yarn install --frozen-lockfile
- run: yarn build
# TODO: just commit it using github
- run: git diff --exit-code
- run: yarn test
- name: Install Nix
uses: ./