From 4407f315e6f5d07ee6c6717649cd904ed63fa8d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar=20Rubio?= Date: Thu, 12 May 2022 13:03:10 +0200 Subject: [PATCH] Minor change in CI --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56b546f..fea411e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: - name: Build run: npm run build - name: Test - run: npm t + run: npm test - name: Coverage uses: coverallsapp/github-action@v1.1.2 with: @@ -66,8 +66,6 @@ jobs: run: npm ci - name: Build run: npm run build - - name: Run examples - run: npm run examples - name: Test run: npm test - name: Deploy to NPM