Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Oct 11, 2024
1 parent 21759f7 commit 848e313
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,9 +236,6 @@ jobs:
- name: console (windows-servercore)
if: runner.os == 'Windows' && (success() || failure())
run: docker build -t console -f src\FrameworkTests\AotConsole\Dockerfiles\windows-servercore.dockerfile . && docker run --rm -t console
- name: console (windows-servercore-aot)
if: runner.os == 'Windows' && (success() || failure())
run: docker build -t console -f src\FrameworkTests\AotConsole\Dockerfiles\windows-servercore-aot.dockerfile . && docker run --rm -t console
publish-test-results:
name: Publish tests results
needs: [test, docker]
Expand Down

0 comments on commit 848e313

Please sign in to comment.