Caleb Porzio 4 ani în urmă
părinte
comite
bd9c4f1467
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  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