Skip to content

Commit 99e9320

Browse files
committed
[issue-415] fix cli tool in GitHub action
Signed-off-by: Meret Behrens <meret.behrens@tngtech.com>
1 parent 4ed24ae commit 99e9320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Run tests
2828
run: pytest
2929
- name: Run CLI
30-
run: pyspdxtools -i $GITHUB_WORKSPACE/tests/data/formats/SPDXJSONExample-v2.3.spdx.json
30+
run: pyspdxtools -i ./tests/data/formats/SPDXJSONExample-v2.3.spdx.json

0 commit comments

Comments
 (0)