From 912cf0c2f30a32851aa84b52b53ea960516bab9a Mon Sep 17 00:00:00 2001 From: Freeman H <46896789+soranoo@users.noreply.github.com> Date: Mon, 12 Jun 2023 01:03:35 +0800 Subject: [PATCH] Update auto_test.yml --- .github/workflows/auto_test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto_test.yml b/.github/workflows/auto_test.yml index a74619f..8dff770 100644 --- a/.github/workflows/auto_test.yml +++ b/.github/workflows/auto_test.yml @@ -31,6 +31,7 @@ jobs: # Install dependencie using the runners shell - name: Install dependencies run: npm install + run: npm install @strapi/strapi # Runs test using the runners shell - name: Test