mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #555] Project directory is not mount inside act container #378
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#378
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rockandska on GitHub (Mar 6, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/555
Act version
Description
Since the act container mount the host docker socket instead of using DinD, tests who use docker and mount project dir as itself (docker run -v $(pwd):$(pwd) example-tests) fail because
/github/workspacedoesn't exist on the host side.Expected behaviour
Actual behaviour
Workflow and/or repository
workflow
Steps to reproduce
actoutputLog
Suggestions
Mount the project dir in act container too
docker run -v $(pwd):$(pwd) -v $(pwd):/github/worksdpace nektos/act-environments-ubuntu:18.04
@catthehacker commented on GitHub (Mar 6, 2021):
Duplicate #551, #410
@catthehacker commented on GitHub (Mar 29, 2021):
@rockandska I guess that this issue is fixed as #567 has been merged?
@rockandska commented on GitHub (Mar 29, 2021):
Sorry @catthehacker , did not link this issue with the PR.