Skip to content

Commit 667c767

Browse files
committed
investigate CI failure
1 parent a9adadb commit 667c767

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci_common.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,9 @@ jobs:
764764
(cd common && npm install && npm run build)
765765
(cd github-action/ && npm install && npm run build && npm run package)
766766
767+
- name: UID INFO
768+
run: echo 'UID INFO'; id; ls -l /var/run/docker.sock
769+
767770
- name: Run test
768771
uses: ./
769772
with:

0 commit comments

Comments
 (0)