Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
clemensv committed Apr 5, 2024
1 parent f502e23 commit 5237d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
ref: main
path: javaendpoints
- name: build CloudNative.CloudEvents.Endpoint package code
run: mvn install -Dmaven.test.skip -f javaendpoints/pom.xml
run: mvn install -Dmaven.test.skip=true -f javaendpoints/pom.xml
# end section
- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 5237d90

Please sign in to comment.