Skip to content

Commit ef28bcc

Browse files
committed
test: dev
1 parent 501fb3b commit ef28bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
mkdir -p /tmp/test-git
4343
echo "test content" > /tmp/test-git/README.md
4444
echo "=== Test Docker volume mount ==="
45-
docker run --rm -v /tmp/test-git:/workspace -w /workspace --user root alpine:latest sh -c "apk add --no-cache git && pwd && ls -la && git init -b main && git config user.name 'Test' && git config user.email 'test@example.com' && git add . && git commit -m 'test'"
45+
docker run --rm -v /tmp/test-git:/workspace -w /workspace --user root alpine:latest sh -c "apk add --no-cache git && pwd && ls -la && git init -b main && git config user.name 'Test' && git config user.email 'test@example.com' && git status && git add . && git status && git commit -m 'test'"
4646
echo "=== Verify git repo created ==="
4747
ls -la /tmp/test-git/
4848

0 commit comments

Comments
 (0)