From a38ec958cfc921f6214967ac587536d77121130a Mon Sep 17 00:00:00 2001 From: pcheremu Date: Mon, 11 Mar 2024 16:14:45 +0100 Subject: [PATCH] test: update --- .github/workflows/test-cli.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-cli.yml b/.github/workflows/test-cli.yml index 7920c85..8fdd251 100644 --- a/.github/workflows/test-cli.yml +++ b/.github/workflows/test-cli.yml @@ -19,7 +19,8 @@ jobs: "common.test.ts" ] runs-on: ${{ matrix.os }} - if: ${{ matrix.os }} == 'ubuntu-latest' + + if: ${{ runner.os }} == 'Linux' services: docker: image: docker:latest