tests - add linux to authelia kinds

This commit is contained in:
bunkerity 2022-07-19 15:54:32 +02:00
parent b1df38374f
commit 2505bc015f
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 4 additions and 3 deletions

View File

@ -374,8 +374,8 @@ jobs:
run: cat /opt/.runner_env >> $GITHUB_ENV
# Run tests
- name: Run Docker tests
run: ./tests/main.py "docker"
# - name: Run Docker tests
# run: ./tests/main.py "docker"
# - name: Run Autoconf tests
# run: ./tests/main.py "autoconf"
# - name: Run Swarm tests

View File

@ -4,7 +4,8 @@
"docker",
"autoconf",
"swarm",
"kubernetes"
"kubernetes",
"linux"
],
"timeout": 60,
"tests": [