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