Skip to content

Merge branches 'main' and 'develop' of https://github.com/htdangkhoa/… #108

Merge branches 'main' and 'develop' of https://github.com/htdangkhoa/…

Merge branches 'main' and 'develop' of https://github.com/htdangkhoa/… #108

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