Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

Commit

Permalink
Run e2e test just once after ubuntu build (#440)
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored May 9, 2018
1 parent f1538e7 commit 700aeac
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions scripts/run_test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ if [ -z "${SKIP_CS_CHECK}" ]; then
vendor/bin/php-cs-fixer fix --dry-run --diff
fi

# Then build the images and run the tests.
scripts/build_images.sh
# Build the debian images
RUN_E2E_TESTS='' scripts/build_images.sh

# clear this envvar for ubuntu repo
# Clear this envvar for ubuntu repo
unset RUNTIME_DISTRIBUTION

# Build the ubuntu images
scripts/build_images.sh ubuntu

0 comments on commit 700aeac

Please sign in to comment.