Skip to content

Commit

Permalink
Maven Wrapper in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed May 10, 2023
1 parent 908f369 commit 18216f4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ jobs:
- name: Build and test
uses: coactions/setup-xvfb@v1
with:
run: mvn clean verify -PuseJenkinsSnapshots
working-directory: org.eclipse.xtext.full.releng
run: ./mvnw clean verify -PuseJenkinsSnapshots -f org.eclipse.xtext.full.releng

build-maven-artifacts:
if: github.event_name != 'pull_request' || github.event.pull_request.base.repo.clone_url != github.event.pull_request.head.repo.clone_url
Expand All @@ -63,5 +62,4 @@ jobs:
restore-keys: ${{ runner.os }}-maven

- name: Build Maven artifacts
run: mvn clean verify -PuseJenkinsSnapshots
working-directory: org.eclipse.xtext.maven.releng
run: ./mvnw clean verify -PuseJenkinsSnapshots -f org.eclipse.xtext.maven.releng

0 comments on commit 18216f4

Please sign in to comment.