From 73c1bed04e34752d7bf40a2e5cdbfc60358759f3 Mon Sep 17 00:00:00 2001 From: Danilo Guanabara Date: Fri, 6 Dec 2024 15:58:03 -0300 Subject: [PATCH] test: adding bolt init test --- .github/workflows/run-tests.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 8f261696..cd1abed2 100644 --- a/.github/workflows/run-tests.yml +++ b/.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