From 2cfb384ca2566603a538c70fc55cb81575d63b74 Mon Sep 17 00:00:00 2001 From: thelsing Date: Mon, 16 Nov 2020 21:34:43 +0100 Subject: [PATCH] Update platform-io.yml --- .github/workflows/platform-io.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/platform-io.yml b/.github/workflows/platform-io.yml index 1b8ac8b..a4bc263 100644 --- a/.github/workflows/platform-io.yml +++ b/.github/workflows/platform-io.yml @@ -6,9 +6,9 @@ jobs: build: runs-on: ubuntu-latest - strategy: - matrix: - example: [path/to/test/file.c, examples/file.ino, path/to/test/directory] +# strategy: +# matrix: +# example: [path/to/test/file.c, examples/file.ino, path/to/test/directory] steps: - uses: actions/checkout@v1