We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa0241 commit 2b51436Copy full SHA for 2b51436
.github/workflows/doxygen.yaml
@@ -38,6 +38,7 @@ jobs:
38
run: |
39
dnf install -y -q pipx 2>&1 1>/dev/null
40
export PATH=$PATH:/github/home/.local/bin
41
+ echo "${{ github.action }}: Installing doxygen-junit"
42
pipx install doxygen-junit
43
chmod 777 scripts/*.sh
44
echo "${{ github.action }}: Running scripts/doxygen.sh"
@@ -49,7 +50,7 @@ jobs:
49
50
echo "Running doxygen_junit"
51
doxygen_junit --input $BUILD_WORKSPACE/doxygen/doxygen_warnings.log --output $BUILD_WORKSPACE/doxygen/doxygen_junit.xml || exit 1
52
grep -iq "<error " "$BUILD_WORKSPACE/doxygen/doxygen_junit.xml" && exit 1 || exit 0
- - name: doxygen-artifacts
53
+ - name: doxygen-junit-artifacts
54
uses: actions/upload-artifact@v4
55
with:
56
name: doxygen_junit
0 commit comments