Skip to content

Commit

Permalink
all-modules is no longer a maven profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
dickensc committed Nov 2, 2023
1 parent e9c5051 commit f5259b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
pip3 install -r psl-python/optional_requirements.txt
- name: Build with Maven
run: mvn integration-test -B -P all-modules
run: mvn integration-test -B

- name: Archive Build
run: tar cvf psl.tar */target
Expand Down Expand Up @@ -244,4 +244,4 @@ jobs:
pip3 install -r psl-python/optional_requirements.txt
- name: Build with Maven
run: mvn integration-test -B -P all-modules
run: mvn integration-test -B

0 comments on commit f5259b0

Please sign in to comment.