Skip to content

Commit

Permalink
Added GitHub compatibility for overridden $HOME. Part 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Sep 6, 2024
1 parent 10c91e8 commit dbc5677
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ FROM php:8.3-cli-bookworm

# Link the root directory to /github.
# @see https://github.com/actions/runner/issues/863
RUN ln -s /root /github
RUN mkdir -p /github && ln -s /root /github/home

# Upgrade all installed packages and clean up.
# hadolint ignore=DL3005
Expand Down
2 changes: 1 addition & 1 deletion goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ command:
stderr: []
timeout: 10000

test -d /github:
test -d /github/home:
exit-status: 0
stderr: []
timeout: 10000

0 comments on commit dbc5677

Please sign in to comment.