Skip to content

Commit

Permalink
style: apply formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
npepinpe committed Dec 29, 2024
1 parent f6080e0 commit 398b618
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
TCC_ENABLED: true
run: >
./mvnw -B -Pparallel-tests -DforkCount=2C -DskipChecks -pl core verify
./mvnw -B -Pparallel-tests -DforkCount=1C -DskipChecks -pl core verify
- name: Terminate Testcontainers Cloud Client active sessions
if: always()
uses: atomicjar/testcontainers-cloud-setup-action@v1
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
env:
TCC_ENABLED: true
run: >
./mvnw -B -Pparallel-tests -DforkCount=2C -DskipChecks -pl engine verify
./mvnw -B -Pparallel-tests -DforkCount=1C -DskipChecks -pl engine verify
- name: Terminate Testcontainers Cloud Client active sessions
if: always()
uses: atomicjar/testcontainers-cloud-setup-action@v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.condition.DisabledIf;
import org.testcontainers.DockerClientFactory;
import org.testcontainers.Testcontainers;

@API(status = Status.INTERNAL)
public final class TestcontainersSupport {
Expand Down

0 comments on commit 398b618

Please sign in to comment.