From ecdee48cbe57198112aceaf7366b7fbd926ada10 Mon Sep 17 00:00:00 2001 From: xMikux <26039249+xMikux@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:36:27 +0800 Subject: [PATCH] test: more test --- .github/workflows/resuable_ia.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/resuable_ia.yml b/.github/workflows/resuable_ia.yml index b33409c3..18ce2118 100644 --- a/.github/workflows/resuable_ia.yml +++ b/.github/workflows/resuable_ia.yml @@ -16,6 +16,13 @@ jobs: - name: Check for dockerenv file run: (ls /.dockerenv && echo Found dockerenv) || (echo No dockerenv) - - name: Check container ls + - name: Checkout repo + uses: actions/checkout@v4 + + - name: Check container run: | ls -alh + pwd + ls -alh + docker -h + wget -h