Skip to content

Merge pull request #20 from OrbitNTNU/19-stop-using-sv-in-examples #35

Merge pull request #20 from OrbitNTNU/19-stop-using-sv-in-examples

Merge pull request #20 from OrbitNTNU/19-stop-using-sv-in-examples #35

Workflow file for this run

name: Run tests from makefile
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Docker test
run: |
python3 -m pip install -r requirements.txt
make