File tree Expand file tree Collapse file tree 3 files changed +11
-4
lines changed
Expand file tree Collapse file tree 3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 44# by storing snapshots.
55#
66# SEE: https://www.chromatic.com/docs/ci
7- name : " Chromatic "
7+ name : chromatic
88
99# Chromatic works best with push events, not pull_request or other event types.
1010on : push
1111
1212jobs :
13- chromatic-deployment :
13+ deploy :
1414 # REMARK: this is only used to build storybook and deploy it to Chromatic.
1515 runs-on : ubuntu-latest
1616
Original file line number Diff line number Diff line change @@ -267,8 +267,8 @@ jobs:
267267 with :
268268 token : ${{ secrets.CODECOV_TOKEN }}
269269 files : ./gotests.coverage
270- flags : unittest-go-${{ matrix.os }}
271- fail_ci_if_error : ${{ github.repository_owner == 'coder' }}
270+ flags : unittest-go-postgres- ${{ matrix.os }}
271+ fail_ci_if_error : true
272272
273273 deploy :
274274 name : " deploy"
Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ comment:
66
77coverage :
88 notify :
9+ flags :
10+ # Wait to notify until coverage has properly been reported.
11+ # This can prevent incorrect statuses.
12+ - unittest-go-ubuntu-latest
13+ - unittest-go-postgres-ubuntu-latest
14+ - unittest-go-macos-latest
15+ - unittest-go-windows-2022
916 slack :
1017 default :
1118 url : secret:v1::ALa1/e2X+k36fPseab5D7+kBFc9bJyIoIQioD0IMA5jr+0HXVpBRNDCHZhHjCdGc67yff6PPixPEOLwEZpxC37rM23RBZOYlqAq9A5e0MeZVlEoVq19aOYN4Xel17hMJ6GGm7n17wrYpCpcvlVSqNrN0+cr3guVDyG10kQyfh2Y=
You can’t perform that action at this time.
0 commit comments