We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70e34b2 commit 2477aa0Copy full SHA for 2477aa0
.github/workflows/ci.yml
@@ -55,6 +55,17 @@ jobs:
55
- name: Install xmllint
56
run: sudo apt-get update && sudo apt-get install libxml2-utils
57
58
+ - name: TEST cpackget for ubuntu/amd64
59
+ run: |
60
+ mkdir -p build
61
+ make test > build/cpackget-ubuntu-amd64.txt 2>&1
62
+
63
+ - name: Archive tpip report
64
+ uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
65
+ with:
66
+ name: tpip-report
67
+ path: ./build/cpackget-ubuntu-amd64.txt
68
69
- name: Check if local_repository.pidx is valid
70
run: |
71
make test-xmllint-localrepository
0 commit comments