Skip to content

switched some headlines to html tags to prevent it from getting in th… #11

switched some headlines to html tags to prevent it from getting in th…

switched some headlines to html tags to prevent it from getting in th… #11

Workflow file for this run

name: System Tests
on:
push:
pull_request:
workflow_dispatch:
jobs:
system_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: recursive
- name: Set up Make
run: sudo apt-get update && sudo apt-get install -y make g++ libboost-all-dev
- name: Build and run application
run: make run