Skip to content

Commit 9fed603

Browse files
committed
Fiddle around with CI/CD #4
1 parent f154e90 commit 9fed603

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
- "latest"
1717
include:
1818
- os: ubuntu-22.04
19-
python: 3.7
20-
splunk-version: "8.1"
19+
python: 3.9
20+
splunk-version: "9.3"
2121
- os: ubuntu-22.04
22-
python: 3.7
23-
splunk-version: "8.2"
22+
python: 3.9
23+
splunk-version: "9.4"
2424
- os: ubuntu-22.04
2525
python: 3.9
2626
splunk-version: "latest"
@@ -35,11 +35,11 @@ jobs:
3535
uses: actions/setup-python@v4
3636
with:
3737
python-version: ${{ matrix.python }}
38-
- name: Install tox
39-
run: pip install -e ".[dev]"
38+
- name: Install dependencies
39+
run: pip install ".[dev]"
4040
- name: Test Execution
4141
run: tox -e py
4242

43-
fossa-scan:
44-
uses: splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
45-
secrets: inherit
43+
# fossa-scan:
44+
# uses: splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main
45+
# secrets: inherit

0 commit comments

Comments
 (0)