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

@ -5,8 +5,9 @@ set -euo pipefail
sudo sh -c 'echo max-jobs = auto >> /tmp/nix.conf'
# Allow binary caches for runner user
sudo sh -c 'echo trusted-users = root runner >> /tmp/nix.conf'
# Append extra nix configuration if provided
if [[ -n $INPUT_EXTRA_NIX_CONFIG ]]; then
echo "$INPUT_EXTRA_NIX_CONFIG" >> /tmp/nix.conf
echo "$INPUT_EXTRA_NIX_CONFIG" | sudo tee -a /tmp/nix.conf >/dev/null
fi
install_options=(