Skip to content

Commit 81cc7d3

Browse files
committed
Only scan ./tests directory for tests
This fixes the Permission denied errors on python 3.7 builders.
1 parent cb5f2c3 commit 81cc7d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: pip install tox
4646

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

0 commit comments

Comments
 (0)