Skip to content

Commit

Permalink
tests(ci): fix migration test failed to run when updating migration f…
Browse files Browse the repository at this point in the history
…iles for an unreleased version (#13134)

(cherry picked from commit 09523a4)
  • Loading branch information
raoxiaoyan authored and github-actions[bot] committed Jun 3, 2024
1 parent d5f0060 commit afa41f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/upgrade-tests/test-upgrade-path.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function run_tests() {
echo ">> Setting up tests"
docker exec -w /upgrade-test $OLD_CONTAINER $BUSTED_ENV /kong/bin/busted -t setup $TEST
echo ">> Running migrations"
kong migrations up
kong migrations up --force
echo ">> Testing old_after_up,all_phases"
docker exec -w /upgrade-test $OLD_CONTAINER $BUSTED_ENV /kong/bin/busted -t old_after_up,all_phases $TEST
echo ">> Testing new_after_up,all_phases"
Expand Down

0 comments on commit afa41f2

Please sign in to comment.