Skip to content

Restoring media formulations with Fe.O2 #52

Restoring media formulations with Fe.O2

Restoring media formulations with Fe.O2 #52

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