Skip to content

Commit

Permalink
.github/workflows/test.yml: fix result log file path
Browse files Browse the repository at this point in the history
Signed-off-by: Eduard Kaverinskyi <[email protected]>
  • Loading branch information
EduKav1813 committed Dec 12, 2024
1 parent 7bd75d2 commit 6164d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
-v dpp_logs_key:${{ matrix.dpp_logs_key }} -v netboot_utilities_support:True \
-v dts_ipxe_link:http://${ip_addr}:4321/dts.ipxe \
-i ${{ matrix.test }} dts/dts-e2e.robot 2>&1 \
| tee ${{ env.LOG_DIR }}/${{ matrix.log_file }} | grep "| PASS |\|| FAIL |"
| tee ${{ env.LOG_DIR }}/${{ matrix.test }}/${{ matrix.log_file }} | grep "| PASS |\|| FAIL |"
- name: Copy log
shell: bash
Expand Down

0 comments on commit 6164d8a

Please sign in to comment.