Skip to content

[M2-4923] Feature: In Progress Activities and Flows Auto-Completion #16

[M2-4923] Feature: In Progress Activities and Flows Auto-Completion

[M2-4923] Feature: In Progress Activities and Flows Auto-Completion #16

Workflow file for this run

name: Automated tests
on: [pull_request]
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install deps
run: |
npm install -g yarn
yarn
- name: Running tests
run: yarn test