Skip to content

Commit

Permalink
Merge pull request #1770 from rodekruis/fix.rm-integration-test-deploy
Browse files Browse the repository at this point in the history
fix: rm integration tests from deploy script
  • Loading branch information
jannisvisser authored Nov 8, 2024
2 parents b7eb1ab + 8c0c4fd commit 18bc69f
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions tools/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,6 @@ function deploy() {
docker system prune -f
}

function test_integration() {
if [[ $NODE_ENV="test" ]]
then
log "Run integration tests on $NODE_ENV environment..."
cd "$repo" || return
npm run test:integration
else
log "Skip integration tests on $NODE_ENV environment..."
fi
}

update_code "$target"

load_environment_variables
Expand All @@ -94,8 +83,6 @@ function deploy() {

cleanup_docker

test_integration

restart_webhook_service

log "Done."
Expand Down

0 comments on commit 18bc69f

Please sign in to comment.