Skip to content

Commit

Permalink
Update verify-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi authored Mar 21, 2024
1 parent 39acbc7 commit 737b5c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/verify-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ jobs:
-Dcompare-version-with-baselines.skip=false
-Dcbi-ecj-version=99.99
-Dtycho.debug.artifactcomparator
-Dtycho.baseline=failCommon
clean verify
- name: Upload Comparator Results
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
Expand All @@ -76,5 +75,5 @@ jobs:
retention-days: 7
compression-level: 0
path: |
${{ github.workspace }}/**/target/artifactcomparison/*.*
${{ github.workspace }}/platform/**/target/artifactcomparison/**/*

0 comments on commit 737b5c2

Please sign in to comment.