Skip to content

Commit 1f1aaef

Browse files
committed
Setup docker-compose in GitHub action
1 parent 1619588 commit 1f1aaef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chucknorris-integration-test/script/run-integration-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ readonly PROJECT_DIR=$(cd "${SCRIPT_DIR}/../.." && pwd)
66

77
./gradlew --build-file "$PROJECT_DIR/chucknorris-web/build.gradle" clean docker
88

9-
docker-compose --file "$MODULE_DIR/docker-compose.yml" up \
9+
docker compose --file "$MODULE_DIR/docker-compose.yml" up \
1010
--exit-code-from "integration-test" \
1111
--quiet-pull \
1212
--remove-orphans

0 commit comments

Comments
 (0)