Skip to content

Commit 5f29f98

Browse files
committed
Only scan ./tests directory for tests
This fixes the Permission denied errors on python 3.7 builders.
1 parent bf9df2e commit 5f29f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run: pip install tox
4444

4545
- name: Test Execution
46-
run: tox -e py
46+
run: tox -e py -- ./tests
4747
fossa-scan:
4848
uses: splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
4949
secrets: inherit

0 commit comments

Comments
 (0)