Skip to content

Commit

Permalink
Fix Platform check and test result uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Mar 25, 2023
1 parent a6bc0d0 commit 73dde09
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,12 @@ jobs:
mvn -U -V -e -B -ntp clean install --file pom.xml -T1C -DtrimStackTrace=false -Pits -fae
- name: Upload Test Results
uses: actions/upload-artifact@v3
if: always()
with:
name: test-results-${{ matrix.os }}
if: always()
if-no-files-found: warn
path: |
${{ github.workspace }}/tycho-its/target/surefire-reports/*.xml
if: github.event.pull_request.draft == false
event_file:
name: "Event File"
runs-on: ubuntu-latest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/verify-platform2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
run: >-
mvn
--batch-mode
--global-toolchains ${{ github.workspace }}/platform/.github/toolchains.xml
-Pbuild-individual-bundles
-Pbree-libs
-Dmaven.test.failure.ignore=true
Expand Down

0 comments on commit 73dde09

Please sign in to comment.