Skip to content

Merge branch 'main' into mattc/spacebuilder #105

Merge branch 'main' into mattc/spacebuilder

Merge branch 'main' into mattc/spacebuilder #105

name: Require Tests for SDKv2 to TPF Migrations
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
check-migration-tests:
name: Require Tests for SDKv2 to TPF Migrations
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Check for missing migration tests
run: |
chmod +x ci-scripts/helpers/check_migration_tests.sh
ci-scripts/helpers/check_migration_tests.sh origin/main