Skip to content

Commit

Permalink
Revert ".github/workflows/test.yml: fix result log file path"
Browse files Browse the repository at this point in the history
This reverts commit 6164d8a.
  • Loading branch information
EduKav1813 committed Dec 12, 2024
1 parent 6164d8a commit 0cb6e8b
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.test }}/${{ matrix.log_file }} | grep "| PASS |\|| FAIL |"
| tee ${{ env.LOG_DIR }}/${{ matrix.log_file }} | grep "| PASS |\|| FAIL |"
- name: Copy log
shell: bash
Expand Down

0 comments on commit 0cb6e8b

Please sign in to comment.