Skip to content

Commit

Permalink
fixed log collection
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutshkumr committed Oct 20, 2023
1 parent 5236dcb commit dfffec3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Get container logs
if: always()
run: |
./do.sh topo logs
cd conformance && ./do.sh topo logs
- name: Archive logs
if: always()
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Get container logs
if: always()
run: |
./do.sh topo logs
cd conformance && ./do.sh topo logs
- name: Archive logs
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit dfffec3

Please sign in to comment.