File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 29
29
- 8000:8000
30
30
- 8088:8088
31
31
- 8089:8089
32
-
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"
33
41
steps :
34
42
- uses : actions/checkout@v2
35
43
- name : Setup Python
You can’t perform that action at this time.
0 commit comments