diff --git a/.github/workflows/ports_psoc6.yml b/.github/workflows/ports_psoc6.yml index 20bbcb3cd899e..1ca6c69c79dc6 100644 --- a/.github/workflows/ports_psoc6.yml +++ b/.github/workflows/ports_psoc6.yml @@ -59,17 +59,21 @@ jobs: cp ../../mpy-psoc6_${{ matrix.board }}_${{ needs.server-build.outputs.commit_sha }}/firmware.hex . source mpy-psoc6.sh && openocd_download_install && openocd_board_conf_download ${{ matrix.board }} && mpy_firmware_deploy ${{ matrix.board }} firmware.hex cd ../.. - cd tests + - name: Run psoc6 tests run: | - echo $PWD + cd tests ./psoc6/run_psoc6_tests.sh --psoc6 - name: Run psoc6 multi test - run: ./psoc6/run_psoc6_tests.sh --psoc6-multi + run: | + cd tests + ./psoc6/run_psoc6_tests.sh --psoc6-multi - name: Run all implemented tests # if: github.event_name == 'pull_request' continue-on-error: true - run: ./psoc6/run_psoc6_tests.sh -i + run: | + cd tests + ./psoc6/run_psoc6_tests.sh -i release: runs-on: ubuntu-latest