File tree Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Expand file tree Collapse file tree 1 file changed +0
-21
lines changed Original file line number Diff line number Diff line change 17
17
- " latest"
18
18
fail-fast : false
19
19
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
41
20
steps :
42
21
- name : Checkout code
43
22
uses : actions/checkout@v2
You can’t perform that action at this time.
0 commit comments