Skip to content

Commit 8b3d188

Browse files
committed
check
1 parent 5334916 commit 8b3d188

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ jobs:
3838
else
3939
echo "name=xinfinorg/subnet-generator:${{github.ref_name}}" >> $GITHUB_OUTPUT
4040
fi
41-
41+
- name: check
42+
run: pwd; ls;
43+
4244
- name: Build and push image
4345
run: |
4446
docker build . --file Dockerfile \

0 commit comments

Comments
 (0)