You've already forked RekomenciBackend
<type>(scope): <description>
[body] [footer(s)]
This commit is contained in:
+2
-2
@@ -273,7 +273,7 @@ test:
|
|||||||
REGISTRY_PREFIX=$CI_REGISTRY_IMAGE IMAGE_TAG=$CI_COMMIT_SHA \
|
REGISTRY_PREFIX=$CI_REGISTRY_IMAGE IMAGE_TAG=$CI_COMMIT_SHA \
|
||||||
podman-compose -f compose.yaml -f compose.prod.yaml \
|
podman-compose -f compose.yaml -f compose.prod.yaml \
|
||||||
$PROFILES up -d --no-build --pull 2>&1 | tee compose.log
|
$PROFILES up -d --no-build --pull 2>&1 | tee compose.log
|
||||||
- |
|
|
||||||
TEST_CONTAINER_ID=$(
|
TEST_CONTAINER_ID=$(
|
||||||
podman-compose ps --all --format json \
|
podman-compose ps --all --format json \
|
||||||
| jq -r '.[] | select(.Labels["io.podman.compose.service"] == "tests") | .Id'
|
| jq -r '.[] | select(.Labels["io.podman.compose.service"] == "tests") | .Id'
|
||||||
@@ -292,7 +292,7 @@ test:
|
|||||||
else
|
else
|
||||||
echo "Tests failed with exit code $TEST_EXIT_CODE."
|
echo "Tests failed with exit code $TEST_EXIT_CODE."
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
- |
|
- |
|
||||||
podman-compose -f compose.yaml $PROFILES down
|
podman-compose -f compose.yaml $PROFILES down
|
||||||
- cat .cov/coverage.txt
|
- cat .cov/coverage.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user