Skip to content

Commit

Permalink
debug CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-nhg committed Dec 4, 2023
1 parent fb4da8c commit d118340
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ros-model CI
name: RosTooling CI

on: [push,pull_request]

Expand All @@ -10,8 +10,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
with:
path: ros-model
- name: Build and test with Maven
path: RosTooling
- name: Debug
run: |
pushd ros-model
mvn clean verify -f plugins/de.fraunhofer.ipa.ros.parent/pom.xml
uname -a
mvn --version
java --version
# - name: Build and test with Maven
# run: |
# pushd RosTooling
# mvn clean verify -f plugins/de.fraunhofer.ipa.ros.parent/pom.xml

0 comments on commit d118340

Please sign in to comment.