Skip to content

Commit 06c276f

Browse files
committed
[issue-415] run cli tool in GitHub action
Signed-off-by: Meret Behrens <[email protected]>
1 parent 77c7813 commit 06c276f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/install_and_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ jobs:
2626
shell: bash
2727
- name: Run tests
2828
run: pytest
29+
- name: Run CLI
30+
run: pyspdxtools -i ./tests/data/formats/SPDXJSONExample-v2.3.spdx.json

0 commit comments

Comments
 (0)