Skip to content

Commit d23179d

Browse files
authored
Update cipackage.yml
1 parent 2466343 commit d23179d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cipackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: Build
2222
run: dotnet build --configuration Release src/FlowCommandLine/FlowCommandLine.csproj
2323
- name: Tests
24-
run: dotnet test --configuration Release --no-build src/FlowCommandLine/FlowCommandLine.csproj
24+
run: dotnet test --configuration Release
2525
- name: Pack package
2626
run: dotnet pack --configuration Release --no-build --output . src/FlowCommandLine/FlowCommandLine.csproj

0 commit comments

Comments
 (0)