Skip to content

Modified .desc.txt and instructions.html #84

Modified .desc.txt and instructions.html

Modified .desc.txt and instructions.html #84

name: HTML Generator Tests
on: [push]
jobs:
Run-Util-Tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: sudo apt install libboost-all-dev -y; sudo apt install libzip-dev -y;
- run: |
cd ${{github.workspace}}
mkdir obj
make test
- run: ${{github.workspace}}/obj/HtmlGeneratorTests.test