From 2b393351d2a9fac521b1c30370a4a872435fff00 Mon Sep 17 00:00:00 2001 From: Oliver Ni Date: Sat, 16 Sep 2023 03:20:03 -0700 Subject: [PATCH] test ci --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3e7b7c00..65c747a2 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -27,7 +27,7 @@ jobs: - run: poetry install --no-interaction --no-root - - run: cd /home/runner/work/hknweb && ls + - run: cd /home/runner/work/hknweb && ls && ls hknweb - name: Run formatting check run: |