From be49faa83e9888df9bc2406737646160dc3206dd Mon Sep 17 00:00:00 2001 From: Fyodor Podshivadlov Date: Fri, 30 May 2025 22:47:18 +0300 Subject: [PATCH] fix: actions setup --- .github/workflows/test.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index f852a12..38aa3d3 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,8 +13,7 @@ jobs: strategy: matrix: features: - - color - - hello + - zmk baseImage: - debian:latest - ubuntu:latest @@ -34,8 +33,7 @@ jobs: strategy: matrix: features: - - color - - hello + - zmk steps: - uses: actions/checkout@v4