|
@ -94,6 +94,8 @@ jobs: |
|
|
|
|
|
|
|
|
- name: Run ${{ matrix.test-platform }} Tests |
|
|
- name: Run ${{ matrix.test-platform }} Tests |
|
|
run: | |
|
|
run: | |
|
|
|
|
|
# Inline tests script |
|
|
|
|
|
[[ "$GITHUB_ACTOR" == 'MarlinFirmware' ]] || exit 0 |
|
|
chmod +x buildroot/bin/* |
|
|
chmod +x buildroot/bin/* |
|
|
chmod +x buildroot/share/tests/* |
|
|
chmod +x buildroot/share/tests/* |
|
|
export PATH=./buildroot/bin/:./buildroot/share/tests/:${PATH} |
|
|
export PATH=./buildroot/bin/:./buildroot/share/tests/:${PATH} |
|
|