File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed
Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change 99 fail-fast : false
1010 matrix :
1111 os : [ubuntu-latest]
12- python-version :
13- - 3.9
14- - 3.13
15- splunk-version :
16- - 9.3
17- - latest
12+ python-version : [3.9, 3.13]
13+ splunk-version : [9.3, 9.4, latest]
1814 include :
1915 # Ubuntu 22.04 is the last version we can get pre-built Python 3.7 binaries for
2016 - os : ubuntu-22.04
2117 python-version : 3.7
2218 splunk-version : 9.3
19+ - os : ubuntu-22.04
20+ python-version : 3.7
21+ splunk-version : 9.4
2322 steps :
2423 - name : Checkout repo
2524 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3231 with :
3332 python-version : ${{ matrix.python-version }}
3433 - name : Install dependencies
35- run : python -m pip install tox
34+ run : python --version && python -m pip --version && python - m pip install tox
3635 - name : Run Docker health check
3736 # Probably solves nothing, worth trying regardless
3837 run : |
4544 - name : Run test suite
4645 run : python -m tox -e py
4746 - name : Print docker logs for optional inspection
48- if : ${{ secrets.ACTIONS_STEP_DEBUG }}
4947 run : docker compose logs
50- # [BJ] I'll uncomment this step after I finish fiddling
51- # fossa-scan:
52- # uses: splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
53- # secrets: inherit
48+ fossa-scan :
49+ uses : splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
50+ secrets : inherit
You can’t perform that action at this time.
0 commit comments