Prepartion to upgrade to debian 13 and library upgrades #116
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Unittest | |
on: | |
[push, workflow_dispatch] | |
jobs: | |
lotemplate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
with: | |
fetch-depth: 0 | |
- name: Build image | |
run: docker compose build | |
- name: chown | |
run: chmod a+rwX -R . | |
- name: test | |
run: make tests |