Skip to content

Commit

Permalink
explicit -Prcp-build
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Dec 6, 2022
1 parent bf46f2c commit 3f4f87e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Build with Maven
run: >
./mvnw -f releng/org.eclipse.emf.parsley.parent/pom.xml
-Prcp-build
clean verify
- name: Archive UI Tests Screenshots
uses: actions/upload-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/maven.yml
Expand Up @@ -38,6 +38,7 @@ jobs:
- name: Build with Maven
run: >
./mvnw -f releng/org.eclipse.emf.parsley.parent/pom.xml
-Prcp-build
clean verify
- name: Archive UI Tests Screenshots
uses: actions/upload-artifact@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Build with Maven
run: >
./mvnw -f releng/org.eclipse.emf.parsley.parent/pom.xml
-Prcp-build
clean verify
- name: Archive UI Tests Screenshots
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3f4f87e

Please sign in to comment.