Skip to content

Commit

Permalink
Fix the regression
Browse files Browse the repository at this point in the history
  • Loading branch information
torabian committed Oct 20, 2024
1 parent fba0ff1 commit 7ae09da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/fireback-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions modules/workspaces/new-project-tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 7ae09da

Please sign in to comment.