Add step to CI to build library

This commit is contained in:
Eren Dogan 2022-11-06 13:35:19 -08:00
parent 62700e4d2b
commit 47114b1423
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v1
- name: Library build
run: |
make library
- name: Docker build
run: |
cd ${{ github.workspace }}/docker