Skip to content

Commit

Permalink
Fix user chown
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Oct 4, 2023
1 parent ad9eea1 commit 0f88bd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/with-docker/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ runs:
# Copy the current Checkout direcotry into the container
docker cp . ${CONTAINER_NAME}:/home/ubuntu/workspace
docker exec ${CONTAINER_NAME} chown -R ubuntu:ubuntu /home/user
docker exec ${CONTAINER_NAME} chown -R ubuntu:ubuntu /home/ubuntu
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
- name: 'Test New Tool Versions'
run: |
# Run the following in the running docker container
docker exec -u ubuntu ${{ env.repository_basename }}-ci bash -c 'ls -l /home/ubuntu'
docker exec -u ubuntu ${{ env.repository_basename }}-ci bash -c 'ls -l /home/ubuntu/workspace'
docker exec -u ubuntu ${{ env.repository_basename }}-ci bash -c './test/run-kevm.sh'

0 comments on commit 0f88bd4

Please sign in to comment.