Skip to content

ST-171 drafted pr

ST-171 drafted pr #21

Workflow file for this run

name: Run tests
on:
pull_request:
branches: ['*']
jobs:
test:
name: Run tests
runs-on: ubuntu-latest
steps:
- name: Run unit tests
run: exit 0