Răsfoiți Sursa

test: adding bolt init test

Danilo Guanabara 10 luni în urmă
părinte
comite
73c1bed04e
1 a modificat fișierele cu 6 adăugiri și 0 ștergeri
  1. 6 0
      .github/workflows/run-tests.yml

+ 6 - 0
.github/workflows/run-tests.yml

@@ -95,4 +95,10 @@ jobs:
           yarn install && yarn build
           cd ../..
           bolt test
+      
+      - name: Initialize and test a new project
+        run: |
+          bolt init test-project
+          cd test-project
+          bolt test