From 1b2c009f6a3e84290398b0c9d9f4eb697210ee52 Mon Sep 17 00:00:00 2001 From: Razvan Goga Date: Mon, 26 Feb 2024 21:31:46 +0100 Subject: [PATCH] removed matrix --- .github/workflows/ci.yaml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f8e9b54..bffea78 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,12 +12,7 @@ on: jobs: ci: - runs-on: ${{ matrix.os }} - strategy: - matrix: - #os: [ubuntu-latest, windows-latest, macos-latest] - os: [ubuntu-latest] - + runs-on: ubuntu-latest permissions: checks: write pull-requests: write @@ -25,10 +20,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Setup Docker on macOS - if: matrix.os == 'macos-latest' - uses: douglascamata/setup-docker-macos-action@v1-alpha - # test prerequisites # dotnet 6,7,8 - name: Install .NET 6 @@ -62,15 +53,7 @@ jobs: - name: Publish Test Results uses: EnricoMi/publish-unit-test-result-action@v2 - if: matrix.os == 'ubuntu-latest' - with: - job_summary: true - files: | - **/*.trx - - name: Publish Test Results - uses: EnricoMi/publish-unit-test-result-action/composite@v2 - if: matrix.os != 'ubuntu-latest' with: job_summary: true files: | - **/*.trx + **/*.trx \ No newline at end of file