Skip to content

Commit a4067b9

Browse files
renemadsenclaude
andcommitted
fix: correct YAML syntax in workflow files
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent dc28a79 commit a4067b9

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/dotnet-core-master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ jobs:
161161
- name: Build
162162
run: dotnet build eform-angular-workflow-plugin/eFormAPI/Plugins/Workflow.Pn/Workflow.Pn.sln
163163
- name: Unit Tests
164-
run: dotnet test --no-restore -c Release -v n eform-angular-workflow-plugin/eFormAPI/Plugins/Workflow.Pn/Workflow.Pn.Test/Workflow.Pn.Test.csproj workflow-playwright-test:
164+
run: dotnet test --no-restore -c Release -v n eform-angular-workflow-plugin/eFormAPI/Plugins/Workflow.Pn/Workflow.Pn.Test/Workflow.Pn.Test.csproj
165+
workflow-playwright-test:
165166
needs: workflow-build
166167
runs-on: ubuntu-22.04
167168
strategy:

.github/workflows/dotnet-core-pr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ jobs:
155155
- name: Build
156156
run: dotnet build eform-angular-workflow-plugin/eFormAPI/Plugins/Workflow.Pn/Workflow.Pn.sln
157157
- name: Unit Tests
158-
run: dotnet test --no-restore -c Release -v n eform-angular-workflow-plugin/eFormAPI/Plugins/Workflow.Pn/Workflow.Pn.Test/Workflow.Pn.Test.csproj workflow-playwright-test:
158+
run: dotnet test --no-restore -c Release -v n eform-angular-workflow-plugin/eFormAPI/Plugins/Workflow.Pn/Workflow.Pn.Test/Workflow.Pn.Test.csproj
159+
workflow-playwright-test:
159160
needs: workflow-build
160161
runs-on: ubuntu-22.04
161162
strategy:

0 commit comments

Comments
 (0)