Skip to content

Commit

Permalink
use root user as option to avoid actions/checkout#956
Browse files Browse the repository at this point in the history
  • Loading branch information
kschoche committed Feb 7, 2023
1 parent e9a12dd commit c56d60c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ jobs:
unitTest:
runs-on: ubuntu-latest
container:
image: kyleschochenmaier/vault-unit-test:0.0.1
image: docker.io/kyleschochenmaier/vault-unit-test:0.0.1
options: --user root
steps:
- uses: actions/checkout@v3
- name: unit tests
Expand Down

0 comments on commit c56d60c

Please sign in to comment.