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:
3030 - 8088:8088
3131 - 8089:8089
3232 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
4141 steps :
4242 - uses : actions/checkout@v2
4343 - name : Setup Python
You can’t perform that action at this time.
0 commit comments