test that build produces no diff

This commit is contained in:
Domen Kožar 2019-10-02 16:36:06 +02:00
parent 7f8f39bf55
commit d266f22fdb
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

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: ./