Skip to content

Commit

Permalink
clean up and go mod tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-akamai committed May 16, 2024
1 parent 878450e commit 05aee37
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,8 @@ jobs:
- name: Upload test results
if: always()
run: |
ls -l hack/
cp hack/*_go_metadata_test_report.xml .
filename=$(ls | grep -E '^[0-9]{12}_go_metadata_test_report\.xml$')
cat $filename
python tod_scripts/add_to_xml_test_report.py \
--branch_name "${GITHUB_REF#refs/*/}" \
--gha_run_id "$GITHUB_RUN_ID" \
Expand Down

0 comments on commit 05aee37

Please sign in to comment.