Skip to content

Commit

Permalink
test: update
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Mar 11, 2024
1 parent 2e5bebd commit a38ec95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a38ec95

Please sign in to comment.