Skip to content

Commit

Permalink
more tweaks
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon committed Aug 29, 2023
1 parent 641bf2e commit 8f75ad4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,9 @@ jobs:

- name: Run build
run: |
chown -R opensearch.opensearch ./*
ls -l
pwd
chown -R opensearch.opensearch ./* `pwd`
ls -l ./ ../
su opensearch -c "whoami && java -version && ./gradlew build"
- name: Upload Coverage Report
Expand Down

0 comments on commit 8f75ad4

Please sign in to comment.