Skip to content

Commit

Permalink
Revert "docker compose up --wait before tests"
Browse files Browse the repository at this point in the history
This reverts commit 9ac67b1.
  • Loading branch information
BYK committed Dec 22, 2024
1 parent d48680d commit 7ee17c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ jobs:
- name: Integration Test
run: |
docker compose up --wait
if [ "${{ matrix.compose_version }}" = "v2.19.0" ]; then
pytest --reruns 3 --cov --junitxml=junit.xml _integration-test/ --customizations=${{ matrix.customizations }}
else
Expand Down
2 changes: 1 addition & 1 deletion sentry-admin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on the host filesystem. Commands that write files should write them to the '/sen

# Actual invocation that runs the command in the container.
invocation() {
$dcr --quiet-pull -v "$VOLUME_MAPPING" -T -e SENTRY_LOG_LEVEL=CRITICAL web "$@" 2>&1
$dc run -v "$VOLUME_MAPPING" --rm -T -e SENTRY_LOG_LEVEL=CRITICAL web "$@" 2>&1
}

# Function to modify lines starting with `Usage: sentry` to say `Usage: ./sentry-admin.sh` instead.
Expand Down

0 comments on commit 7ee17c8

Please sign in to comment.