From c66ecab1700419f408a4958a3e986e424523d2ce Mon Sep 17 00:00:00 2001 From: Marc Hanheide Date: Thu, 22 Feb 2024 15:41:39 +0100 Subject: [PATCH] Update test.yaml --- .github/workflows/test.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 9a32de6..200ce96 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,8 +13,9 @@ jobs: strategy: matrix: features: - - color - - hello + # - color + # - hello + - desktop-lite baseImage: - debian:latest - ubuntu:latest @@ -34,8 +35,9 @@ jobs: strategy: matrix: features: - - color - - hello + # - color + # - hello + - desktop-lite steps: - uses: actions/checkout@v3