Commit 728f7b2 1 parent c0cbf11 commit 728f7b2 Copy full SHA for 728f7b2
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
uses : dawidd6/action-download-artifact@v3
10
10
with :
11
11
name : interoperability_report
12
- workflow : main .yml
12
+ workflow : 1_run_interoperability_tests .yml
13
13
- name : Create files to upload
14
14
run : |
15
15
current_date=$(cat timestamp)
Original file line number Diff line number Diff line change 12
12
uses : dawidd6/action-download-artifact@v3
13
13
with :
14
14
name : detailed_report
15
- workflow : upload_artifact .yml
15
+ workflow : 2_upload_artifact .yml
16
16
17
17
- name : Move the detailed report to output folder
18
18
run : |
Original file line number Diff line number Diff line change 27
27
uses : dawidd6/action-download-artifact@v3
28
28
with :
29
29
name : documentation
30
- workflow : generate_doc .yml
30
+ workflow : 3_generate_doc .yml
31
31
- run : |
32
32
mkdir html
33
33
unzip documentation.zip -d html
You can’t perform that action at this time.
0 commit comments