1
0
Caleb Porzio 4 жил өмнө
parent
commit
5ddb1d8ee7

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

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