Skip to content

Commit

Permalink
Add live migration to migration plan wizard (#1521)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Wels <[email protected]>
  • Loading branch information
awels authored Aug 12, 2024
1 parent a08a78c commit 51e0ff9
Show file tree
Hide file tree
Showing 10 changed files with 14,355 additions and 49 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
tests:
name: Yarn CI
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v1
Expand All @@ -19,4 +19,4 @@ jobs:
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn ci
run: yarn ci
Loading

0 comments on commit 51e0ff9

Please sign in to comment.