From c8830e5f8726344257ce8e7801d6379cbd98a90b Mon Sep 17 00:00:00 2001 From: pythongosssss <125205205+pythongosssss@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:52:58 +0100 Subject: [PATCH] accidently removed npm i --- .github/workflows/test-ui.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-ui.yaml b/.github/workflows/test-ui.yaml index 1120972fd..1470d110c 100644 --- a/.github/workflows/test-ui.yaml +++ b/.github/workflows/test-ui.yaml @@ -11,5 +11,7 @@ jobs: with: node-version: 18 - name: Run Tests - run: npm test + run: | + npm install + npm test working-directory: ./tests-ui