diff --git a/.github/workflows/build_check.yml b/.github/workflows/build_check.yml index 4e58bbd..f86f656 100644 --- a/.github/workflows/build_check.yml +++ b/.github/workflows/build_check.yml @@ -24,7 +24,7 @@ jobs: run: | python -m pip install --upgrade pip pip install --upgrade platformio - + - name: Checkout code uses: actions/checkout@v3 - name: Build PlatformIO Project @@ -77,6 +77,7 @@ jobs: name: Cppcheck Report path: output + remote_testing: name: Remote Testing runs-on: ubuntu-20.04