Skip to content

Fix failing CI jobs (#164) #39

Fix failing CI jobs (#164)

Fix failing CI jobs (#164) #39

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
system-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Check version string
run: ./test.sh --check-version
- name: Build test environment
run: ./test.sh --build
- name: Lint code
run: ./test.sh --lint
- name: Run system test
run: ./test.sh --system