From 66307c6a89d05e10b3b6809fc704556c86ba7485 Mon Sep 17 00:00:00 2001 From: Manu MA Date: Tue, 4 Jul 2023 15:44:05 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deno.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deno.yml b/.github/workflows/deno.yml index dcb4200..5efe294 100644 --- a/.github/workflows/deno.yml +++ b/.github/workflows/deno.yml @@ -7,8 +7,12 @@ on: jobs: test: - name: Test Deno Server - runs-on: ubuntu-latest + strategy: + matrix: + platform: [ubuntu-latest, macos-latest, windows-latest] + + name: Test Deno Servers ${{ matrix.platform }} + runs-on: ${{ matrix.platform }} steps: - name: Checkout uses: actions/checkout@v3