Skip to content

Commit

Permalink
reorder profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
rauchy committed Oct 17, 2024
1 parent c5d003a commit 55372df
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-m2

# - name: Debug Build
# uses: stateful/vscode-server-action@v1
# with:
# timeout: 3000000
- name: Debug Build
uses: stateful/vscode-server-action@v1
with:
timeout: 3000000

- name: Check Unit Tests
run: mvn --errors test
run: mvn --errors test -Prelease

30 changes: 15 additions & 15 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -207,21 +207,6 @@
</plugins>
</reporting>
<profiles>
<profile>
<id>run-integration-tests</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>release</id>
<build>
Expand Down Expand Up @@ -290,5 +275,20 @@
</plugins>
</build>
</profile>
<profile>
<id>run-integration-tests</id>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<configuration>
<skipTests>true</skipTests>
</configuration>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>

0 comments on commit 55372df

Please sign in to comment.