File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 24
24
run : docker compose -f docker/github_actions/docker-compose.yml run unit-test bash -c "make unit_test && ./scripts/gen_coverage_metadata.sh .build/metadata.txt"
25
25
26
26
- name : Upload coverage artifacts
27
+ if : always()
27
28
uses : actions/upload-artifact@v4
28
29
with :
29
30
name : go-unit-test-coverage
77
78
docker compose -f docker/github_actions/docker-compose.yml run integ-test bash -c "make integ_test_sticky_off"
78
79
79
80
- name : Upload coverage artifacts
81
+ if : always()
80
82
uses : actions/upload-artifact@v4
81
83
with :
82
84
name : go-integration-sticky-off-coverage
@@ -108,6 +110,7 @@ jobs:
108
110
docker compose -f docker/github_actions/docker-compose.yml run integ-test bash -c "make integ_test_sticky_on"
109
111
110
112
- name : Upload coverage artifacts
113
+ if : always()
111
114
uses : actions/upload-artifact@v4
112
115
with :
113
116
name : go-integration-sticky-on-coverage
@@ -139,6 +142,7 @@ jobs:
139
142
docker compose -f docker/github_actions/docker-compose.yml run integ-test-grpc bash -c "make integ_test_grpc"
140
143
141
144
- name : Upload coverage artifacts
145
+ if : always()
142
146
uses : actions/upload-artifact@v4
143
147
with :
144
148
name : go-integration-grpc-coverage
You can’t perform that action at this time.
0 commit comments