Skip to content

Commit f54188f

Browse files
committed
DO NOT MERGE: look at /__e
1 parent bd4238e commit f54188f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test-docker.yml

+5
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ jobs:
4747
apt-get -y update
4848
apt-get -y install sudo lsb-release gnupg ca-certificates rsync
4949
50+
- name: Look at /__e
51+
run: |
52+
apt-get install tree
53+
tree /__e
54+
5055
- uses: actions/checkout@v4
5156

5257
- id: latest-version

0 commit comments

Comments
 (0)