Skip to content

Commit

Permalink
fix: run workflow as root user in container
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-sysbio committed Aug 4, 2023
1 parent d617b40 commit 30775cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/memote-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
image: ghcr.io/metabolicatlas/memote-docker:0.13
volumes:
- ${{ github.workspace }}:/project:rw
options: --workdir /project
options: --user root --workdir /project

steps:
- name: Checkout
Expand Down

0 comments on commit 30775cc

Please sign in to comment.