Skip to content

Commit d074872

Browse files
committed
Fixing github actions.
1 parent e5db908 commit d074872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1663,7 +1663,7 @@ jobs:
16631663
dotnet build --configuration Release eform-service-backendconfiguration-plugin/ci/eformparsed/
16641664
- name: run eformparsed test program
16651665
run: |
1666-
dotnet eform-service-backendconfiguration-plugin/ci/eformparsed/bin/Release/net9.0/eformparsed.dll
1666+
dotnet eform-service-backendconfiguration-plugin/ci/eformparsed/bin/Release/net10.0/eformparsed.dll
16671667
- name: Stop the newly build Docker container
16681668
run: docker stop my-container
16691669
- name: Get standard output

0 commit comments

Comments
 (0)