Skip to content

Update @vitest/coverage-v8 2.1.3 → 2.1.6 (patch) #127

Update @vitest/coverage-v8 2.1.3 → 2.1.6 (patch)

Update @vitest/coverage-v8 2.1.3 → 2.1.6 (patch) #127

Workflow file for this run

name: Test on production
on:
workflow_dispatch:
pull_request:
branches:
- main
jobs:
test:
name: Run tests
uses: ./.github/workflows/test.yml
with:
environment: production
cleanup:
name: Cleanup
needs: test
uses: ./.github/workflows/cleanup.yml
with:
environment: production