Skip to content

Test: Use flunder 3.0.0 for unit testing #13

Test: Use flunder 3.0.0 for unit testing

Test: Use flunder 3.0.0 for unit testing #13

name: Develop
on:
workflow_dispatch:
push:
branches: [main]
jobs:
build:
uses: ./.github/workflows/build.yml
with:
build-type: Debug
test:
uses: ./.github/workflows/test.yml
deploy:
needs: [build, test]
uses: ./.github/workflows/deploy.yml
with:
deploy-type: dev
secrets: inherit