Skip to content

Commit

Permalink
missed revert user to 'user'
Browse files Browse the repository at this point in the history
  • Loading branch information
F-WRunTime committed Oct 6, 2023
1 parent 40f433e commit 0e93fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ 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 './test/run-kevm.sh'
docker exec -u user ${{ env.repository_basename }}-ci bash -c './test/run-kevm.sh'
- name: 'Stop Docker Container'
if: always()
Expand Down

0 comments on commit 0e93fd8

Please sign in to comment.