Skip to content

Script task and sub process call activity example (#2202) #1758

Script task and sub process call activity example (#2202)

Script task and sub process call activity example (#2202) #1758

name: Dev Containers
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Create dev environment
run: make dev-env
- name: Backend Unit tests
run: make be-tests-par