Skip to content

Commit

Permalink
mvn first
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 3, 2024
1 parent a371f83 commit 1c50ab3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/offline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@ jobs:
path: ~/.m2/repository
key: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: ${{ runner.os }}-jdk-${{ matrix.java }}-maven-
- run: mvn clean install --errors --batch-mode -DskipTests -DskipITs
- run: unshare --net --ipc -r /bin/bash -c 'mvn clean install --errors --batch-mode'
1 change: 0 additions & 1 deletion eo-runtime/src/test/java/integration/PhiUnphiIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
*
* @since 0.1
*/
@ExtendWith(WeAreOnline.class)
@SuppressWarnings({"JTCOP.RuleAllTestsHaveProductionClass", "JTCOP.RuleNotContainsTestWord"})
@ExtendWith(MktmpResolver.class)
final class PhiUnphiIT {
Expand Down
1 change: 0 additions & 1 deletion eo-runtime/src/test/java/integration/SnippetIT.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
* released to Maven Central, you enable this test again.</p>
* @since 0.1
*/
@ExtendWith(WeAreOnline.class)
@SuppressWarnings({"JTCOP.RuleAllTestsHaveProductionClass", "JTCOP.RuleNotContainsTestWord"})
@ExtendWith(MktmpResolver.class)
final class SnippetIT {
Expand Down

0 comments on commit 1c50ab3

Please sign in to comment.