Skip to content

Fix CI

Fix CI #95

Workflow file for this run

name: Integration Tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build containers
run: make build/all
- name: Run integration tests
run: make test/integration