Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 1421915

Browse files
Christoph Läubrichlaeubi
authored andcommitted
Change ref for m2e to main
1 parent 799c764 commit 1421915

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
submodules: false
2828
repository: 'eclipse-m2e/m2e-core'
29-
ref: 'master'
29+
ref: 'main'
3030
- name: Checkout tests
3131
uses: actions/checkout@v4
3232
with:
@@ -56,6 +56,7 @@ jobs:
5656
run: mvn clean verify -Pits -Dtycho.p2.baselineMode=warn --batch-mode
5757
- name: Upload Test Results
5858
uses: actions/upload-artifact@v4
59+
if: always()
5960
with:
6061
name: test-results-${{ matrix.os }}
6162
if-no-files-found: error

0 commit comments

Comments
 (0)