File tree 5 files changed +14
-162
lines changed
5 files changed +14
-162
lines changed Original file line number Diff line number Diff line change 13
13
env :
14
14
EXIT_STATUS : 0
15
15
steps :
16
- - uses : actions/checkout@v4
17
- - uses : actions/setup-go@v5
16
+ - name : Clone Repository
17
+ uses : actions/checkout@v4
18
+ with :
19
+ fetch-depth : 0
20
+ submodules : ' recursive'
21
+
22
+ - name : Set up Go
23
+ uses : actions/setup-go@v5
18
24
with :
19
25
go-version : ' stable'
20
26
- run : go version
64
70
if : github.ref == 'refs/heads/main' && github.event_name == 'push'
65
71
run : |
66
72
filename=$(ls | grep -E '^[0-9]{12}_linodego_test_report\.xml$')
67
- python scripts /add_to_xml_test_report.py \
73
+ python tod_scripts /add_to_xml_test_report.py \
68
74
--branch_name "${GITHUB_REF#refs/*/}" \
69
75
--gha_run_id "$GITHUB_RUN_ID" \
70
76
--gha_run_number "$GITHUB_RUN_NUMBER" \
77
83
LINODE_CLI_OBJ_SECRET_KEY : ${{ secrets.LINODE_CLI_OBJ_SECRET_KEY }}
78
84
run : |
79
85
report_filename=$(ls | grep -E '^[0-9]{12}_linodego_test_report\.xml$')
80
- python3 scripts /test_report_upload_script.py "${report_filename}"
86
+ python tod_scripts /test_report_upload_script.py "${report_filename}"
81
87
82
88
- name : Test Execution Status Handler
83
89
run : |
Original file line number Diff line number Diff line change
1
+ [submodule "tod_scripts "]
2
+ path = tod_scripts
3
+ url = https://github.com/linode/TOD-test-report-uploader.git
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments