Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanjinx committed Jan 17, 2025
1 parent c5af24d commit 404c8eb
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 @@ -282,7 +282,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
timeout-minutes: 5
run: |
source build.env ; cd examples/backups
source build.env ; cd examples/local
./upgrade_cluster.sh
# We count the number of rows in every table to check that the restore step was successful.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
timeout-minutes: 5
run: |
source build.env ; cd examples/backups
source build.env ; cd examples/local
./upgrade_cluster.sh
# We count the number of rows in every table to check that the restore step was successful.
Expand Down

0 comments on commit 404c8eb

Please sign in to comment.