mirror of
https://github.com/int128/kubelogin.git
synced 2026-05-21 07:12:47 +00:00
Fix error of acceptance test (#313)
This commit is contained in:
1
.github/workflows/acceptance-test.yaml
vendored
1
.github/workflows/acceptance-test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user