Skip to content

Commit

Permalink
Retry switch user on the CI using prod docker images
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 5d03acb commit 8fc7cf7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ jobs:

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

0 comments on commit 8fc7cf7

Please sign in to comment.