Skip to content

Commit 2819197

Browse files
authored
Remove no-build option from dotnet test command
1 parent 1dd3c48 commit 2819197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: dotnet build --configuration Release /p:Version='${{ inputs.rel_version }}' --no-restore
3838

3939
- name: Run tests
40-
run: dotnet test --configuration Release /p:Version='${{ inputs.rel_version }}' --no-build
40+
run: dotnet test --configuration Release /p:Version='${{ inputs.rel_version }}'
4141

4242
- name: Publish project
4343
run: dotnet publish src/FlowSynx.Plugins.Media.ImageProcessing.csproj -c Release -o "${{ env.PUBLISH_DIR }}"

0 commit comments

Comments
 (0)