From f65caec10415e943dcfa423f14ad178a4adf4a9f Mon Sep 17 00:00:00 2001 From: HoJeong Go Date: Fri, 19 Jul 2024 20:21:32 +0900 Subject: [PATCH] Wrong ci file --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e4ba49f4a1..578a7a0406 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,10 @@ jobs: registry-url: https://registry.npmjs.org - name: Install dependencies - run: yarn install --immutable --check-cache + run: yarn install --immutable + + - name: Check directory + run: tree . -L 2 - name: Build run: yarn build