summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Hansen <rhansen@rhansen.org>2023-04-20 00:24:55 -0400
committerRobert Ancell <robert.ancell@gmail.com>2023-04-26 09:33:47 +1200
commitbeb2e16ee00a22809d75a2c4e19e3ce6986a9991 (patch)
tree696f6380607ee9a839a1fad7c5d17b06ebb8f9b6
parent64e0aabe0d42a0138fec61bc2c3a7522072ef1f2 (diff)
downloadlightdm-git-beb2e16ee00a22809d75a2c4e19e3ce6986a9991.tar.gz
ci: Re-enable Ubuntu tests
The Ubuntu tests were disabled in commit 40c3b4d4cfd747707bae1fe3953527dcff650213 because they were failing. They are working now.
-rw-r--r--.github/workflows/test.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml
index 7df26a6a..8b7e4f51 100644
--- a/.github/workflows/test.yaml
+++ b/.github/workflows/test.yaml
@@ -12,6 +12,7 @@ jobs:
fail-fast: false
matrix:
image:
+ - ubuntu:rolling
- fedora:latest
runs-on: ubuntu-latest