add failing test

This commit is contained in:
zimbatm 2020-08-25 18:13:35 +02:00
parent dad23f2092
commit d953a4ee09
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
3 changed files with 25 additions and 3 deletions

View file

@ -52,3 +52,21 @@ jobs:
nix_path: nixpkgs=channel:nixos-20.03
- run: test $NIX_PATH == "nixpkgs=channel:nixos-20.03"
- run: nix-build test.nix
extra-nix-config:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- run: yarn install --frozen-lockfile
- run: yarn build
- name: Install Nix
uses: ./
with:
extra_nix_config: |
hello = world
# sandbox = relaxed
- run: cat /etc/nix/nix.conf
- run: nix-build test.nix --arg noChroot true