Skip to content

Commit

Permalink
test: refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
pcheremu committed Jan 3, 2024
1 parent 6f4ce05 commit 2d68bcd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-cli.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CLI testing
name: Tests

on: pull_request

Expand All @@ -10,17 +10,17 @@ jobs:
strategy:
matrix:
os: [
matterlabs-ci-runner,
windows-2022-github-hosted-16core,
macos-12-large
ubuntu-latest,
windows-latest,
macos-latest
]
node-version: ['lts/*', '18.17.1'] # or 18.17.1
tags: [
"default"
]
runs-on: ${{matrix.os}}

name: 'Node ${{ matrix.node-version}} | ${{ matrix.os}}'
name: '| Node ${{ matrix.node-version}} | ${{ matrix.os}}'
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 2d68bcd

Please sign in to comment.