From a5c877b86b64825715cbf6564b782306891e41d3 Mon Sep 17 00:00:00 2001 From: liv Date: Sun, 2 Jun 2024 20:50:03 +1000 Subject: [PATCH] test --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index aa5e691..c64cd38 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -26,13 +26,14 @@ jobs: node-version: ${{ matrix.node-version }} cache: 'npm' + # Run backend build and test - name: Build and test run: | npm ci npm run build --if-present npm test - working-directory: backend + working-directory: ./backend integration_tests: name: Integration Tests