Skip to content

Commit f8ee0ba

Browse files
committed
Run API tests on ubuntu
1 parent b79c2d1 commit f8ee0ba

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,8 @@ jobs:
3333
name: Code coverage ${{ matrix.os }}
3434
path: "**/coverage.cobertura.xml"
3535
api-test:
36-
name: Test
37-
strategy:
38-
fail-fast: false
39-
matrix:
40-
os: [ubuntu-latest, windows-latest, macos-latest]
41-
runs-on: ${{ matrix.os }}
36+
name: API Test
37+
runs-on: ubuntu-latest
4238
steps:
4339
- name: Checkout sources
4440
uses: actions/checkout@v4

0 commit comments

Comments
 (0)