Caleb Porzio 4 years ago
parent
commit
bd9c4f1467
1 changed files with 1 additions and 2 deletions
  1. 1 2
      .github/workflows/run-tests.yml

+ 1 - 2
.github/workflows/run-tests.yml

@@ -8,7 +8,6 @@ jobs:
       - uses: actions/checkout@v2
       - uses: bahmutov/npm-install@v1
       - run: /
-          npm run build
-          npm test
+          npm run build && npm test
     env:
       CI: true