Skip to content

Commit d867eeb

Browse files
mandyschenMandy Chen
andauthored
add always and test (#1448)
* add always and test * Get rid of forced fail for testing --------- Co-authored-by: Mandy Chen <[email protected]>
1 parent 9ee0f06 commit d867eeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci-checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
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"
2525

2626
- name: Upload coverage artifacts
27+
if: always()
2728
uses: actions/upload-artifact@v4
2829
with:
2930
name: go-unit-test-coverage
@@ -77,6 +78,7 @@ jobs:
7778
docker compose -f docker/github_actions/docker-compose.yml run integ-test bash -c "make integ_test_sticky_off"
7879
7980
- name: Upload coverage artifacts
81+
if: always()
8082
uses: actions/upload-artifact@v4
8183
with:
8284
name: go-integration-sticky-off-coverage
@@ -108,6 +110,7 @@ jobs:
108110
docker compose -f docker/github_actions/docker-compose.yml run integ-test bash -c "make integ_test_sticky_on"
109111
110112
- name: Upload coverage artifacts
113+
if: always()
111114
uses: actions/upload-artifact@v4
112115
with:
113116
name: go-integration-sticky-on-coverage
@@ -139,6 +142,7 @@ jobs:
139142
docker compose -f docker/github_actions/docker-compose.yml run integ-test-grpc bash -c "make integ_test_grpc"
140143
141144
- name: Upload coverage artifacts
145+
if: always()
142146
uses: actions/upload-artifact@v4
143147
with:
144148
name: go-integration-grpc-coverage

0 commit comments

Comments
 (0)