Go: reorganize CI steps

This commit is contained in:
Paolo Tranquilli
2024-05-08 12:32:57 +02:00
parent 5b1b30a171
commit 12c28f3f68
2 changed files with 23 additions and 22 deletions

View File

@@ -31,3 +31,18 @@ jobs:
uses: ./go/actions/test
with:
run-code-checks: true
qhelp:
name: Test qhelp conversion
runs-on: ubuntu-latest
steps:
- name: Compile qhelp files to markdown
shell: bash
run: |
cd go
env QHELP_OUT_DIR=qhelp-out make qhelp-to-markdown
- name: Upload qhelp markdown
uses: actions/upload-artifact@v3
with:
name: qhelp-markdown
path: go/qhelp-out/**/*.md