Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit f56bd2f

Browse files
committed
Add comments
1 parent 08b4d1d commit f56bd2f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

integrationTest.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ if [ -z "$CIRCLECI" ]; then
88
go test ./... 2>&1 | grep -v 'no test files'
99
fi
1010

11+
# Ensure we have the correct environment variables
1112
if [[ -f "tests/env.sh" ]]; then
1213
echo "env.sh already exists, skipping configuring new accounts..."
1314
source tests/env.sh
@@ -28,6 +29,7 @@ NC='\033[0m'
2829

2930
# A function used to indent the log output from the tests
3031
indent() { sed 's/^/ /'; }
32+
# Reset docker and wipe all volumes
3133
reset_docker() {
3234
docker-compose down -v
3335
docker system prune -f

0 commit comments

Comments
 (0)