change tests

This commit is contained in:
Dana 2023-03-14 14:48:16 +02:00
parent 1ea74c152f
commit fd3c37a7ee
No known key found for this signature in database
GPG key ID: CE3464681E428690

View file

@ -5,7 +5,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v3
@ -31,13 +31,13 @@ jobs:
file: ./coverage/coverage-final.json
flags: version,${{ matrix.os }}
name: codecov-version
version: v0.1.0_8880
version: v0.1.0
verbose: true
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
os: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v3
@ -69,5 +69,5 @@ jobs:
file: ./coverage/coverage-final.json
flags: version,${{ matrix.os }}
name: codecov-version
version: v0.1.0_8880
version: v0.1.0
verbose: true