diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55ce096..d474bf0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,13 +31,13 @@ jobs: name: Test tests/test.esp32_ard.yaml pio_cache_key: test.esp32_ard - id: test - file: tests/test.esp32_idf.yaml - name: Test tests/test.esp32_idf.yaml - pio_cache_key: test.esp32_idf + file: tests/test.esp32_idf.yaml + name: Test tests/test.esp32_idf.yaml + pio_cache_key: test.esp32_idf - id: test - file: tests/test.rp2040.yaml - name: Test tests/test.rp2040.yaml - pio_cache_key: test.rp2040 + file: tests/test.rp2040.yaml + name: Test tests/test.rp2040.yaml + pio_cache_key: test.rp2040 steps: - uses: actions/checkout@v3