Skip to content

Commit

Permalink
set working directory
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <steecraw@amazon.com>
  • Loading branch information
stephen-crawford committed Nov 8, 2022
1 parent 416415f commit f8350f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/start-opensearch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ runs:
- name: Run OpenSearch with plugin on Windows
if: ${{ inputs.platform == 'windows-latest'}}
run: |
paexec -u foo -p p@ssw0rd -lo $pwd\output.txt -l $pwd\opensearch\bin\opensearch.bat
paexec -u foo -p p@ssw0rd -lo $pwd\output.txt -w $pwd -l $pwd\opensearch\bin\opensearch.bat
cat $pwd\output.txt
Out-File $pwd\output.txt
shell: pwsh
Expand Down

0 comments on commit f8350f8

Please sign in to comment.