Skip to content

Merge pull request #2 from spuxx1701/dependabot/npm_and_yarn/vite-plu… #24

Merge pull request #2 from spuxx1701/dependabot/npm_and_yarn/vite-plu…

Merge pull request #2 from spuxx1701/dependabot/npm_and_yarn/vite-plu… #24

Workflow file for this run

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