Skip to content

Commit 404c8eb

Browse files
committed
fix test
1 parent c5af24d commit 404c8eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/upgrade_downgrade_test_backups_manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ jobs:
282282
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
283283
timeout-minutes: 5
284284
run: |
285-
source build.env ; cd examples/backups
285+
source build.env ; cd examples/local
286286
./upgrade_cluster.sh
287287
288288
# We count the number of rows in every table to check that the restore step was successful.

.github/workflows/upgrade_downgrade_test_backups_manual_next_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ jobs:
285285
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.end_to_end == 'true'
286286
timeout-minutes: 5
287287
run: |
288-
source build.env ; cd examples/backups
288+
source build.env ; cd examples/local
289289
./upgrade_cluster.sh
290290
291291
# We count the number of rows in every table to check that the restore step was successful.

0 commit comments

Comments
 (0)