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:
Brad Davidson
2025-02-05 19:57:15 +00:00
committed by Brad Davidson
parent c74f90b80f
commit 3619be4d4b
3 changed files with 65 additions and 59 deletions

View File

@@ -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)