diff --git a/.github/workflows/fireback-build.yml b/.github/workflows/fireback-build.yml index ef43aa08..d6ef5561 100644 --- a/.github/workflows/fireback-build.yml +++ b/.github/workflows/fireback-build.yml @@ -317,15 +317,12 @@ jobs: - name: Install debian file for x64 run: sudo dpkg -i artifacts/fireback-server-all/fireback-amd64.deb - name: Test if the regenerating fireback definitions is gonna work - # Fireback modules internally are generated by fireback itself. This test, - # would show if there are any errors after force regenerting due to changes - # to a language generation code. run: cd make test_rebuild - name: Refresh the direback dependencies run: make refresh - # - name: Run fireback tests - # run: make && FIREBACK_SDK_LOCATION=~ ./artifacts/fireback/f tests run + - name: Run fireback tests + run: make test - uses: actions/upload-artifact@master with: diff --git a/modules/workspaces/new-project-tools.go b/modules/workspaces/new-project-tools.go index 46173814..6f63aab7 100644 --- a/modules/workspaces/new-project-tools.go +++ b/modules/workspaces/new-project-tools.go @@ -191,6 +191,8 @@ func NewProjectCli() cli.Command { pathd = c.String("name") } ctx = &NewProjectContext{ + FirebackVersion: FIREBACK_VERSION, + IsMonolith: true, Name: c.String("name"), Description: c.String("description"), ReplaceFireback: c.String("replace-fb"),