diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e8b01e9d..4b0f9f2a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -30,5 +30,11 @@ jobs: - name: Setup Environments run: | sed -i 's/; user_setups/user_setups/g' platformio_override-template.ini > platformio_override.ini + - name: Dir + run: | + ls -la + - name: Cat + run: | + cat platformio_override.ini - name: Run PlatformIO run: pio run \ No newline at end of file