Skip to content

Merge branches 'main' and 'main' of github.com:satellite-games/orbit #4

Merge branches 'main' and 'main' of github.com:satellite-games/orbit

Merge branches 'main' and 'main' of github.com:satellite-games/orbit #4

Workflow file for this run

name: main
on:
workflow_dispatch:
push:
branches:
- main
jobs:
install_deps:
name: Install dependencies
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
run_checks:
name: Run code checks
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
needs:
- install_deps
run_unit_tests:
name: Run unit tests
uses: spuxx1701/ci-cd/.github/workflows/[email protected]
needs:
- install_deps
with:
COVERAGE_FILENAME: reports/vitest/coverage/cobertura-coverage.xml
COVERAGE_FAIL_BELOW_MIN: 100