Browse Source

test: adding bolt init test

Danilo Guanabara 10 months ago
parent
commit
73c1bed04e
1 changed files with 6 additions and 0 deletions
  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