Skip to content

bug: M2-5260 Fixed default answers for hidden activities #53

bug: M2-5260 Fixed default answers for hidden activities

bug: M2-5260 Fixed default answers for hidden activities #53

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