diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 4a9c190..d3d6a58 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -15,8 +15,8 @@ jobs: - uses: actions/setup-node@v1 with: node-version: 10 - # run all tests - - run: | + - name: Build and run all tests + run: | npm ci npm run build npx bundlesize