diff --git a/.github/workflows/Test-Examples.yml b/.github/workflows/Test-Examples.yml index 32dac26..6e23a03 100644 --- a/.github/workflows/Test-Examples.yml +++ b/.github/workflows/Test-Examples.yml @@ -79,21 +79,4 @@ jobs: path: | ./CI/Examples/Blinky/ !./CI/Examples/Blinky/tmp/ - retention-days: 1 - - - name: Build Blinky GCC - if: always() - working-directory: ./CI/Examples/Blinky - run: | - rm -rf out - rm -rf tmp - cbuild ./Blinky.csolution.yml --packs --update-rte --packs --toolchain GCC --rebuild - - - name: Upload Artifact of the Blinky GCC build - if: always() - uses: actions/upload-artifact@v4 - with: - name: Blinky_GCC - path: | - ./CI/Examples/Blinky/ - !./CI/Examples/Blinky/tmp/ \ No newline at end of file + retention-days: 1 \ No newline at end of file diff --git a/.github/workflows/Test-RefApps.yml b/.github/workflows/Test-RefApps.yml index ba31ccf..cb779ff 100644 --- a/.github/workflows/Test-RefApps.yml +++ b/.github/workflows/Test-RefApps.yml @@ -118,9 +118,7 @@ jobs: if: always() working-directory: ./ run: | - tree -a -d -L 6 rm -rf ./CI/MW-RefApps/Examples/${{ matrix.solution.dir }}/Board/* - tree -a -d -L 6 cp -rf ${{ matrix.solution.layer_gcc }}/* ./CI/MW-RefApps/Examples/${{ matrix.solution.dir }}/Board/ # Copy the Board layer - name: ${{ matrix.solution.name }} GCC build test