Skip to content

Commit 3b48fb6

Browse files
Update test.yml
1 parent 87c1bce commit 3b48fb6

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -17,27 +17,6 @@ jobs:
1717
- "latest"
1818
fail-fast: false
1919

20-
# services:
21-
# splunk:
22-
# image: splunk/splunk:${{matrix.splunk-version}}
23-
# env:
24-
# SPLUNK_START_ARGS: --accept-license
25-
# SPLUNK_HEC_TOKEN: 11111111-1111-1111-1111-1111111111113
26-
# SPLUNK_PASSWORD: changed!
27-
# SPLUNK_APPS_URL: https://github.com/splunk/sdk-app-collection/releases/download/v1.1.0/sdkappcollection.tgz
28-
# ports:
29-
# - 8000:8000
30-
# - 8088:8088
31-
# - 8089:8089
32-
# volumes:
33-
# - ${{ github.workspace }}/tests/searchcommands/test_apps/eventing_app:/opt/splunk/etc/apps/eventing_app
34-
# - ${{ github.workspace }}/tests/searchcommands/test_apps/generating_app:/opt/splunk/etc/apps/generating_app
35-
# - ${{ github.workspace }}/tests/searchcommands/test_apps/reporting_app:/opt/splunk/etc/apps/reporting_app
36-
# - ${{ github.workspace }}/tests/searchcommands/test_apps/streaming_app:/opt/splunk/etc/apps/streaming_app
37-
# - ${{ github.workspace }}/splunklib:/opt/splunk/etc/apps/eventing_app/lib/splunklib
38-
# - ${{ github.workspace }}/splunklib:/opt/splunk/etc/apps/generating_app/lib/splunklib
39-
# - ${{ github.workspace }}/splunklib:/opt/splunk/etc/apps/reporting_app/lib/splunklib
40-
# - ${{ github.workspace }}/splunklib:/opt/splunk/etc/apps/streaming_app/lib/splunklib
4120
steps:
4221
- name: Checkout code
4322
uses: actions/checkout@v2

0 commit comments

Comments
 (0)