Skip to content

Commit 4a3cad1

Browse files
committed
fix: do not run tests in parallel
Signed-off-by: Chris Laprun <[email protected]>
1 parent a1a63ad commit 4a3cad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
fi
6060
echo "Using profile: ${it_profile}"
6161
./mvnw ${MAVEN_ARGS} -B install -DskipTests -Pno-apt --file pom.xml
62-
./mvnw ${MAVEN_ARGS} -B package -T1C -P${it_profile} -Dfabric8-httpclient-impl.name=${{inputs.http-client}} --file pom.xml
62+
./mvnw ${MAVEN_ARGS} -B package -P${it_profile} -Dfabric8-httpclient-impl.name=${{inputs.http-client}} --file pom.xml

0 commit comments

Comments
 (0)