mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix linux test runner name
This commit is contained in:
parent
70e302b938
commit
054296f0c3
2 changed files with 3 additions and 2 deletions
3
.github/workflows/test-action-linux.yml
vendored
3
.github/workflows/test-action-linux.yml
vendored
|
@ -114,7 +114,8 @@ jobs:
|
|||
|
||||
test:
|
||||
name: Test
|
||||
runs-on: linux-${{ inputs.arch }}
|
||||
runs-on:
|
||||
- ${{ inputs.arch == 'x86_64' && 'ubuntu-24.04' || 'linux-arm64' }}
|
||||
container:
|
||||
image: ${{ inputs.container }}
|
||||
# Full test runs. Each chunk should never take more than 2 hours.
|
||||
|
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
- ${{ inputs.arch == 'x86_64' && 'ubuntu-24.04' || 'linux-arm64' }}
|
||||
container:
|
||||
image: ${{ inputs.container }}
|
||||
options: --privileged --entrypoint="/usr/bin/python3 /entrypoint.py"
|
||||
options: --privileged
|
||||
#volumes:
|
||||
# - /run/systemd/system:/run/systemd/system
|
||||
# - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
|
||||
|
|
Loading…
Add table
Reference in a new issue