File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 4
4
# by storing snapshots.
5
5
#
6
6
# SEE: https://www.chromatic.com/docs/ci
7
- name : " Chromatic "
7
+ name : chromatic
8
8
9
9
# Chromatic works best with push events, not pull_request or other event types.
10
10
on : push
11
11
12
12
jobs :
13
- chromatic-deployment :
13
+ deploy :
14
14
# REMARK: this is only used to build storybook and deploy it to Chromatic.
15
15
runs-on : ubuntu-latest
16
16
Original file line number Diff line number Diff line change @@ -267,8 +267,8 @@ jobs:
267
267
with :
268
268
token : ${{ secrets.CODECOV_TOKEN }}
269
269
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
272
272
273
273
deploy :
274
274
name : " deploy"
Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ comment:
6
6
7
7
coverage :
8
8
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
9
16
slack :
10
17
default :
11
18
url : secret:v1::ALa1/e2X+k36fPseab5D7+kBFc9bJyIoIQioD0IMA5jr+0HXVpBRNDCHZhHjCdGc67yff6PPixPEOLwEZpxC37rM23RBZOYlqAq9A5e0MeZVlEoVq19aOYN4Xel17hMJ6GGm7n17wrYpCpcvlVSqNrN0+cr3guVDyG10kQyfh2Y=
You can’t perform that action at this time.
0 commit comments