Skip to content

Test in Docker with Alpine Linux on CI #1826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Feb 16, 2024
Prev Previous commit
Next Next commit
Take ownership of cloned repository
  • Loading branch information
EliahKagan committed Feb 15, 2024
commit 20780cb98db6d30a42ef7432ed065ea92325588e
5 changes: 5 additions & 0 deletions .github/workflows/alpine-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
fetch-depth: 0

- name: Set workspace ownership
run: |
chown -R runner:docker -- "$GITHUB_WORKSPACE"
shell: sh -exo pipefail {0} # Run this as root, not the "runner" user.

- name: Debug ownership
run: |
printenv GITHUB_WORKSPACE
Expand Down