mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-08-06 12:49:31 +00:00
Fix linux-specific clientaccess test
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
(cherry picked from commit 0d15457c77)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
This commit is contained in:
committed by
Brad Davidson
parent
c74f90b80f
commit
3619be4d4b
9
.github/workflows/unitcoverage.yaml
vendored
9
.github/workflows/unitcoverage.yaml
vendored
@@ -26,8 +26,8 @@ permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
test:
|
||||
name: Unit Tests
|
||||
test-unit-linux:
|
||||
name: Unit Tests (linux)
|
||||
runs-on: ubuntu-24.04
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
@@ -53,8 +53,8 @@ jobs:
|
||||
files: ./coverage.out
|
||||
flags: unittests # optional
|
||||
verbose: true # optional (default = false)
|
||||
wtest:
|
||||
name: Unit Tests (Windows 2022)
|
||||
test-unit-windows:
|
||||
name: Unit Tests (windows)
|
||||
runs-on: windows-2022
|
||||
timeout-minutes: 20
|
||||
steps:
|
||||
@@ -75,4 +75,3 @@ jobs:
|
||||
files: ./coverage.out
|
||||
flags: unittests # optional
|
||||
verbose: true # optional (default = false)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user