From d266f22fdb4d26eff105658d64a545d8cc36bf8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 2 Oct 2019 16:36:06 +0200 Subject: [PATCH] test that build produces no diff --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7a373d8..cc6ecbc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: ./