Skip to content

Commit 82be75e

Browse files
committed
Revert changes
1 parent 0329408 commit 82be75e

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/database-integration-tests.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -60,22 +60,13 @@ jobs:
6060
run: |
6161
# Restart Docker to take into account additional disk space
6262
# https://stackoverflow.com/a/71113148/100856
63-
echo "Available storage:"
64-
df -h /var/lib/docker
65-
# Stop Docker
6663
sudo systemctl stop docker
67-
# Move Docker to the large /mnt partition
6864
sudo rm -rf /var/lib/docker
69-
sudo mkdir -p /mnt/docker
70-
sudo ln -s /mnt/docker /var/lib/docker
71-
# Start Docker
7265
sudo systemctl start docker
73-
# Verify Docker is using the right location
74-
docker info 2> /dev/null | grep "Docker Root Dir"
7566
echo "Docker used space:"
7667
sudo du -sh /var/lib/docker
7768
echo "Available storage:"
78-
df -h /var/lib/docker
69+
df -h
7970
- id: prepare-maven-build
8071
name: Prepare Maven build
8172
uses: sualeh/prepare-maven-build@v1.6.1

schemacrawler-commandline/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@
8888
<artifactId>picocli-shell-jline3</artifactId>
8989
<version>4.7.7</version>
9090
</dependency>
91+
<dependency>
92+
<groupId>info.picocli</groupId>
93+
<artifactId>picocli-codegen</artifactId>
94+
<version>4.7.7</version>
95+
</dependency>
9196

9297
</dependencies>
9398
<build>

0 commit comments

Comments
 (0)