Skip to content

Commit

Permalink
Merge pull request #954 from eclipse-tractusx/cicd/update-maven-tests
Browse files Browse the repository at this point in the history
cicd: update maven test workflow
  • Loading branch information
nicoprow authored Jun 18, 2024
2 parents 274f68a + 12ac60d commit ce35d7e
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 590 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
################################################################################
# Copyright (c) 2021,2023 Contributors to the Eclipse Foundation
# Copyright (c) 2021,2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand All @@ -16,5 +16,28 @@
#
# SPDX-License-Identifier: Apache-2.0
################################################################################
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.5/apache-maven-3.8.5-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar

name: Perform Maven Tests
on:
pull_request:
branches:
- main
- release/**
workflow_call:
workflow_dispatch:

jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'

- name: Maven Verify
run: mvn -B verify
64 changes: 0 additions & 64 deletions .github/workflows/execute-tests.yaml

This file was deleted.

31 changes: 0 additions & 31 deletions .jpb/persistence-units.xml

This file was deleted.

Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
Loading

0 comments on commit ce35d7e

Please sign in to comment.