Skip to content

Commit

Permalink
allow failing for log copy
Browse files Browse the repository at this point in the history
  • Loading branch information
KalanaDananjaya authored May 7, 2024
1 parent 45ea121 commit c5bb1ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verify-containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ jobs:
- name: Copy log files
if: always()
continue-on-error: true #Copying mysql log will fail which is expected
run: |
cd ${{ github.workspace }}
mkdir final_logs
Expand Down

0 comments on commit c5bb1ec

Please sign in to comment.