diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3d2464ac..254ad385 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -50,6 +50,7 @@ jobs: working-directory: ./frontend run: npm run build --if-present + # Uncomment the following lines to run tests # - name: Run tests for backend # working-directory: ./backend # run: npm test