Skip to content

Commit 2477aa0

Browse files
committed
test logs
1 parent 70e34b2 commit 2477aa0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ jobs:
5555
- name: Install xmllint
5656
run: sudo apt-get update && sudo apt-get install libxml2-utils
5757

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+
5869
- name: Check if local_repository.pidx is valid
5970
run: |
6071
make test-xmllint-localrepository

0 commit comments

Comments
 (0)