Skip to content

Commit

Permalink
Update meta-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hona authored Mar 21, 2024
1 parent e4db4cb commit 44ee561
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/meta-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,11 @@ jobs:
- name: Create a command
run: |
cd src/Application/Features
mkdir Products
cd Products
dotnet new ssw-ca-command --name CreateProduct --entityName Product --slnName MyTestApp
# Tests that a command leaves the app in a buildable state
- name: Build after a query
- name: Build after a command
run: |
cd ./temp/MyTestApp
dotnet build --configuration Release

0 comments on commit 44ee561

Please sign in to comment.