Skip to content

Commit e571d72

Browse files
committed
reorder profiles
1 parent c5d003a commit e571d72

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@ jobs:
6060
# timeout: 3000000
6161

6262
- name: Check Unit Tests
63-
run: mvn --errors test
63+
run: mvn --errors test -Prelease
6464

pom.xml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -207,21 +207,6 @@
207207
</plugins>
208208
</reporting>
209209
<profiles>
210-
<profile>
211-
<id>run-integration-tests</id>
212-
<build>
213-
<plugins>
214-
<plugin>
215-
<groupId>org.apache.maven.plugins</groupId>
216-
<artifactId>maven-surefire-plugin</artifactId>
217-
<version>3.1.2</version>
218-
<configuration>
219-
<skipTests>true</skipTests>
220-
</configuration>
221-
</plugin>
222-
</plugins>
223-
</build>
224-
</profile>
225210
<profile>
226211
<id>release</id>
227212
<build>
@@ -290,5 +275,20 @@
290275
</plugins>
291276
</build>
292277
</profile>
278+
<profile>
279+
<id>run-integration-tests</id>
280+
<build>
281+
<plugins>
282+
<plugin>
283+
<groupId>org.apache.maven.plugins</groupId>
284+
<artifactId>maven-surefire-plugin</artifactId>
285+
<version>3.1.2</version>
286+
<configuration>
287+
<skipTests>true</skipTests>
288+
</configuration>
289+
</plugin>
290+
</plugins>
291+
</build>
292+
</profile>
293293
</profiles>
294294
</project>

0 commit comments

Comments
 (0)