Skip to content

Commit

Permalink
Merge pull request #31 from cachix/improve-ci
Browse files Browse the repository at this point in the history
improve CI
  • Loading branch information
domenkozar committed May 26, 2020
2 parents 5ab66ea + bc19d99 commit 1c67340
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test.yml
Expand Up @@ -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
- run: nix-build test.nix

0 comments on commit 1c67340

Please sign in to comment.