Skip to content

Commit

Permalink
[issue-415] run cli tool in GitHub action
Browse files Browse the repository at this point in the history
Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
  • Loading branch information
meretp committed Jan 10, 2023
1 parent 533328b commit 7f3cd5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/install_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,5 @@ jobs:
shell: bash
- name: Run tests
run: pytest
- name: Run CLI
run: pyspdxtools -i ./tests/data/formats/SPDXJSONExample-v2.3.spdx.json

0 comments on commit 7f3cd5e

Please sign in to comment.