Skip to content

Configure github actions #1

Configure github actions

Configure github actions #1

#name: Test Unit
#on: push
#
#jobs:
# test:
# runs-on: ubuntu-22.04
# steps:
# - uses: actions/checkout@v3
# - name: Test Unit
# run: make test-unit
## test-integration-api:
## runs-on: ubuntu-22.04
## steps:
## - uses: actions/checkout@v3
## - name: Test Unit
## run: make test-integration-api