Skip to content

Update @types/jest 29.5.8 → 29.5.12 (patch) #27

Update @types/jest 29.5.8 → 29.5.12 (patch)

Update @types/jest 29.5.8 → 29.5.12 (patch) #27

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