Skip to content

Fixing omegga support #23

Fixing omegga support

Fixing omegga support #23

Workflow file for this run

name: Run Unit Tests
on: [push, pull_request, fork, workflow_dispatch]
jobs:
non_sdk_tests:
runs-on: ubuntu-latest
steps:
- name: checkout repo
uses: actions/checkout@v2
- name: Run tests
shell: bash
run: |
echo "Building docker image and running unit tests"
make docker-build
make docker-unit-gha