Skip to content

Adding Quality Gate

Adding Quality Gate #1

Workflow file for this run

name: Unit Tests
on:
pull_request:
branches: master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Quality Gate - Unit Test
run: make test