From bc19d99f452af738a38baedd23b2273130ab9edc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Tue, 12 May 2020 12:42:14 +0200 Subject: [PATCH] improve CI --- .github/workflows/test.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c5fed6..2b71fd4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,16 +9,13 @@ jobs: os: [ubuntu-18.04, macos-latest] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - 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: ./ - run: nix-env -iA cachix -f https://github.com/NixOS/nixpkgs/tarball/ab5863afada3c1b50fc43bf774b75ea71b287cde - run: cat /etc/nix/nix.conf # cachix should be available and be able to configure a cache - run: cachix use cachix - - run: nix-build test.nix \ No newline at end of file + - run: nix-build test.nix