Skip to content

Instance migrator

Instance migrator #61

Workflow file for this run

name: Migration Tests
on:
- push
- pull_request
- workflow_dispatch
jobs:
migration-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Run instance migration reporting tests using Docker
run: ./.docker/reporting-tests.sh
- name: Run instance migration tests using Docker
run: ./.docker/migration-tests.sh