From 73ea8594413524b6dee8bafd0f11aa891ee46764 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Domen=20Ko=C5=BEar?= Date: Wed, 13 May 2020 13:05:45 +0200 Subject: [PATCH] check space --- .github/workflows/test.yml | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b71fd4..102a285 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,18 +4,7 @@ on: push: jobs: tests: - strategy: - matrix: - os: [ubuntu-18.04, macos-latest] - runs-on: ${{ matrix.os }} + runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 - - run: yarn install --frozen-lockfile - - run: yarn build - - 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 + - run: sudo du -sh /var/* + - run: sudo du -sh /usr/*