Skip to content

[Refactor] Re-implement save migration system #1956

[Refactor] Re-implement save migration system

[Refactor] Re-implement save migration system #1956

Workflow file for this run

name: Tests
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main # Trigger on push events to the main branch
- beta # Trigger on push events to the beta branch
pull_request:
branches:
- main # Trigger on pull request events targeting the main branch
- beta # Trigger on pull request events targeting the beta branch
merge_group:
types: [checks_requested]
jobs:
run-tests:
name: Run Tests
strategy:
matrix:
shard: [1, 2, 3, 4, 5]
uses: ./.github/workflows/test-shard-template.yml
with:
shard: ${{ matrix.shard }}
totalShards: 5