diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 1fce06b..e57ee76 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -1,4 +1,4 @@ -name: Node CI +name: Unit Tests on: [push] @@ -17,7 +17,7 @@ jobs: uses: actions/setup-node@v1 with: node-version: ${{ matrix.node-version }} - - name: npm install, build, and test + - name: npm install, build and test run: | npm install npm run build