We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 185967d commit ab4a255Copy full SHA for ab4a255
.github/workflows/dotnet-core.yml
@@ -35,6 +35,7 @@ jobs:
35
'src/Elmah.Io.AspNetCore.TagHelpers/Elmah.Io.AspNetCore.TagHelpers.csproj'
36
37
- name: Get logs from Docker container
38
+ if: always() # Ensure this step runs even if the previous step fails
39
run: |
40
container_id=$(docker ps -l -q)
41
docker cp $container_id:/tmp/action-log.txt action-log.txt || echo "Log file not found"
0 commit comments