Skip to content

Commit f858df6

Browse files
committed
remove not existing maven profile from workflow
1 parent d333fcd commit f858df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
mvn versions:set --file ./pom.xml -DnewVersion=${GITHUB_REF##*/}
2525
- name: Build and Test
2626
id: buildAndTest
27-
run: mvn -B clean install -Pdependency-check
27+
run: mvn -B clean install
2828
- uses: actions/upload-artifact@v2
2929
with:
3030
name: artifacts

0 commit comments

Comments
 (0)