From fd3c37a7ee40b8f96a412c92b277386c26b91012 Mon Sep 17 00:00:00 2001 From: Dana Date: Tue, 14 Mar 2023 14:48:16 +0200 Subject: [PATCH] change tests --- .github/workflows/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 77d2507..afd2976 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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