Skip to content

Commit

Permalink
Fix EfWs CI to drop first.
Browse files Browse the repository at this point in the history
  • Loading branch information
chullybun committed Oct 2, 2024
1 parent ad12e14 commit a44317c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,11 @@ jobs:
- name: Template/SqlServer/EfWs create
run: dotnet new beef --company Foo.EfWs --appname Bar --datasource SqlServer --services AzFunction --output Foo.EfWs.Bar

- name: Template/SqlServer/EfWs database
- name: Template/SqlServer/EfWs database drop
working-directory: ./Foo.EfWs.Bar/Foo.EfWs.Bar.Database
run: dotnet run drop --connection-varname Bar_ConnectionStrings__Database --accept-prompts

- name: Template/SqlServer/EfWs database create-migrate-codegen
working-directory: ./Foo.EfWs.Bar/Foo.EfWs.Bar.Database
run: dotnet run createmigrateandcodegen --connection-varname Bar_ConnectionStrings__Database --accept-prompts

Expand Down

0 comments on commit a44317c

Please sign in to comment.