Fix error of acceptance test (#313)

This commit is contained in:
Hidetake Iwata
2020-06-22 14:33:54 +09:00
committed by GitHub
parent dd93a6537d
commit e41fdf3dcd

View File

@@ -22,6 +22,7 @@ jobs:
sudo mv ./kind /usr/local/bin/kind
kind version
# https://packages.ubuntu.com/xenial/libnss3-tools
- run: sudo apt update
- run: sudo apt install -y libnss3-tools
- run: echo '127.0.0.1 dex-server' | sudo tee -a /etc/hosts
- run: make -C acceptance_test -j3 setup