add DISABLE_HTML_HACK variable If you want to disable the hack for ht… #142
This file contains hidden or 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@v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: Build image | |
| run: docker compose build | |
| - name: chown | |
| run: chmod a+rwX -R . | |
| - name: test | |
| run: make tests |