summaryrefslogtreecommitdiffstats
path: root/.github/workflows/test.yml
AgeCommit message (Collapse)AuthorFilesLines
2023-06-28Fix CI workflow syntaxrefs/pull/1892/headJan Wagner1-1/+1
2023-05-15Run tests on PRs againrefs/pull/1882/headRincewindsHat1-0/+1
2023-04-17CI: Adding Codespell (and Super Linter)Jan Wagner1-0/+31
2022-11-07Check curl detect ipv6 (#1809)Lorenz1-1/+1
* If server_address is an IPv6 address surround it with brackets * If the message is too short, we should not have an underflow * Add simple conditional test case available if IPv6 is
2022-11-06Update GitHub runner (#1810)Lorenz1-1/+1
* Update action/checkout to v3 * Format debian prepare script
2021-10-25actions: map utmp from host to containerSven Nierlein1-0/+1
this fixes the check_users not having any logged in user to check.
2021-05-20remove useless commentsSven Nierlein1-35/+3
Signed-off-by: Sven Nierlein <sven@nierlein.de>
2021-05-19Prune container and volumesJacob Hansen1-1/+2
Rather than manully removing the tmpfs volume. Signed-off-by: Jacob Hansen <jhansen@op5.com>
2021-05-19Disable IPv6 in testsJacob Hansen1-1/+1
Docker doesn't seem to have a working IPv6 stack by default. For now disable IPv6 tests. Signed-off-by: Jacob Hansen <jhansen@op5.com>
2021-04-30migrate travis ci to github actionsSven Nierlein1-0/+77