mirror of
https://github.com/int128/kubelogin.git
synced 2026-05-21 07:12:47 +00:00
Refactor: system test (#386)
This commit is contained in:
6
.github/workflows/system-test.yaml
vendored
6
.github/workflows/system-test.yaml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/setup-go@v2
|
||||
with:
|
||||
go-version: 1.14
|
||||
go-version: 1.15
|
||||
id: go
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/cache@v2
|
||||
@@ -24,6 +24,6 @@ jobs:
|
||||
# https://packages.ubuntu.com/xenial/libnss3-tools
|
||||
- run: sudo apt update
|
||||
- run: sudo apt install -y libnss3-tools
|
||||
- run: mkdir -p ~/.pki/nssdb
|
||||
- run: echo '127.0.0.1 dex-server' | sudo tee -a /etc/hosts
|
||||
- run: make -C system_test -j3 setup
|
||||
- run: make -C system_test test
|
||||
- run: make -C system_test -j3
|
||||
|
||||
Reference in New Issue
Block a user