Skip to content

Commit

Permalink
ci: save the workflow run outputs
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <manan@planetscale.com>
  • Loading branch information
GuptaManan100 committed Mar 23, 2022
1 parent 25ce643 commit 8d63fb2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/upgrade_downgrade_test_backups_manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,12 @@ jobs:
echo "select count(email) from customer;" | mysql 2>&1| grep 6
echo "select count(sku) from corder;" | mysql 2>&1| grep 6
- name: Copy the logs to save them
if: always()
run: |
echo "vtdataroot-$GITHUB_SHA-$GITHUB_RUN_ATTEMPT"
cp -r vtdataroot ~/savedRuns/vtdataroot-$GITHUB_SHA-$GITHUB_RUN_ATTEMPT
- name: Stop the Vitess cluster
if: always()
run: |
Expand Down

0 comments on commit 8d63fb2

Please sign in to comment.