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