Skip to content

Commit d2a0905

Browse files
committed
Use default source directory for Murfey from pytest reports
1 parent 18a4e7f commit d2a0905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cli/test_build_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def test_run(
4141

4242
# Set defaults of the various flags
4343
def_tags = ["latest"]
44-
def_src = "."
44+
def_src = "/home/runner/work/python-murfey/python-murfey"
4545
def_dst = "localhost"
4646
def_uid = os.getuid()
4747
def_gid = os.getgid()

0 commit comments

Comments
 (0)