From cb0cc9d479fa0fa280891e9eb0a1593fc7c44efa Mon Sep 17 00:00:00 2001 From: Erik Osterman Date: Sun, 22 Dec 2024 23:28:49 -0600 Subject: [PATCH] download atmos artifact for acceptance tests --- .github/workflows/test.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a946420348..1cdcc0360a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -79,13 +79,10 @@ jobs: strategy: fail-fast: false matrix: - include: - - os: ubuntu-latest - target: linux - - os: windows-latest - target: windows - - os: macos-latest - target: macos + flavor: + - { os: ubuntu-latest, target: linux } + - { os: windows-latest, target: windows } + - { os: macos-latest, target: macos } timeout-minutes: 15 runs-on: ${{ matrix.os }} steps: