Skip to content

Commit

Permalink
ci: build script before e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
bonjourmauko committed Oct 24, 2024
1 parent 92946e0 commit 787ed71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/first_time_setup/e2e/test_e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ declare -xr REPOSITORY_URL='https://github.com/openfisca/openfisca-ile-d_yeu'

source 'src/first_time_setup/utils/colours.sh'

./build.sh 1>/dev/null
result=$(./first-time-setup.sh 2>&1 1>/dev/null)

if [[ -n "${result}" ]]; then
Expand Down

0 comments on commit 787ed71

Please sign in to comment.