Skip to content

Commit

Permalink
save log on failure
Browse files Browse the repository at this point in the history
  • Loading branch information
iadgovuser26 committed Jul 25, 2024
1 parent df333fa commit 577880c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/system_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
echo "*** Exiting and removing Docker containers and network ..."
docker compose -f .ci/docker/docker-compose-system-test.yml down -v
- name: Archive System Test Log files
if: always()
if: always()
uses: actions/upload-artifact@v4
with:
name: System_Test_Log_Files
Expand Down

0 comments on commit 577880c

Please sign in to comment.