Caleb Porzio há 4 anos atrás
pai
commit
bd9c4f1467
1 ficheiros alterados com 1 adições e 2 exclusões
  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