mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
tests: Clarify we're testing OpenSUSE 15.x rolling
This commit is contained in:
parent
da43078eba
commit
caf0f9db3e
3 changed files with 4 additions and 4 deletions
4
.github/workflows/tests.yaml
vendored
4
.github/workflows/tests.yaml
vendored
|
@ -39,9 +39,9 @@ jobs:
|
||||||
- name: "Ubuntu 21.10"
|
- name: "Ubuntu 21.10"
|
||||||
runner: ubuntu-latest
|
runner: ubuntu-latest
|
||||||
dockerfile: ubuntu2110
|
dockerfile: ubuntu2110
|
||||||
- name: "OpenSUSE 15.0"
|
- name: "OpenSUSE 15"
|
||||||
runner: ubuntu-latest
|
runner: ubuntu-latest
|
||||||
dockerfile: opensuse1500
|
dockerfile: opensuse15
|
||||||
- name: "Archlinux Base (Rolling)"
|
- name: "Archlinux Base (Rolling)"
|
||||||
runner: ubuntu-latest
|
runner: ubuntu-latest
|
||||||
dockerfile: arch
|
dockerfile: arch
|
||||||
|
|
|
@ -112,10 +112,10 @@ services:
|
||||||
security_opt:
|
security_opt:
|
||||||
- label=type:container_runtime_t
|
- label=type:container_runtime_t
|
||||||
tty: true
|
tty: true
|
||||||
test-opensuse1500:
|
test-opensuse15:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: test/docker/opensuse1500
|
dockerfile: test/docker/opensuse15
|
||||||
network_mode: "host"
|
network_mode: "host"
|
||||||
security_opt:
|
security_opt:
|
||||||
- label=type:container_runtime_t
|
- label=type:container_runtime_t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue