Skip to content

Commit

Permalink
fix(ci): run with sudo (#2344)
Browse files Browse the repository at this point in the history
Run the test with sudo do avoid dealing with file permissions of the
geth state. (See [GitHub
docs](https://docs.github.com/en/actions/using-github-hosted-runners/using-github-hosted-runners/about-github-hosted-runners#administrative-privileges))

issue: none
  • Loading branch information
chmllr authored Oct 31, 2024
1 parent e824498 commit 0d12e88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-join.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Run join test
run: |
cd scripts/join
go test . -v --integration --logs_file=docker_logs.txt --network="${{github.event.inputs.network || 'mainnet'}}" -timeout 0
sudo go test . -v --integration --logs_file=docker_logs.txt --network="${{github.event.inputs.network || 'mainnet'}}" -timeout 0
- name: Upload docker logs
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0d12e88

Please sign in to comment.