Skip to content

Commit

Permalink
ci: Fix missing entry to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
tlater-famedly committed Jul 26, 2024
1 parent c6da15b commit 8dd0508
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .config/starte2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

set -eu

# CI does not add /usr/bin to $PATH for some reason, which means we
# lack docker
export PATH="${PATH}:/usr/bin"

# Shut down any still running test-setup first
docker compose --project-directory ./tests/environment down -v test-setup || true
docker compose --project-directory ./tests/environment up --wait

0 comments on commit 8dd0508

Please sign in to comment.