Skip to content

fix: cannot build

fix: cannot build #99

Workflow file for this run

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