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