Skip to content

Commit

Permalink
fix upgrade test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjinx committed Jan 18, 2025
1 parent dfb997c commit 68996ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ jobs:
timeout-minutes: 5
run: |
source build.env ; cd examples/local
./upgrade_cluster.sh
./backups/upgrade_cluster.sh
# We count the number of rows in every table to check that the restore step was successful.
- name: Assert the number of rows in every table
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
timeout-minutes: 5
run: |
source build.env ; cd examples/local
./upgrade_cluster.sh
./backups/upgrade_cluster.sh
# We count the number of rows in every table to check that the restore step was successful.
- name: Assert the number of rows in every table
Expand Down

0 comments on commit 68996ba

Please sign in to comment.