diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0fde9c7..89b78e5 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -10,7 +10,7 @@ on: branches: ["main"] jobs: - build: + test: runs-on: ubuntu-latest strategy: @@ -26,7 +26,6 @@ jobs: node-version: ${{ matrix.node-version }} cache: "npm" - run: npm ci - - run: npm run build --if-present - run: npm test env: MONGODB_URL_TEST: ${{ secrets.MONGODB_URL_TEST }}