File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
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
+ - ${{ 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
41
steps :
42
42
- uses : actions/checkout@v2
43
43
- name : Setup Python
You can’t perform that action at this time.
0 commit comments