File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 38
38
run : |
39
39
set -o pipefail
40
40
yarn build:changed firestore | tee ${{ runner.temp }}/yarn.log.txt
41
+ continue-on-error : false
41
42
- name : Check if Firestore is changed
42
43
id : check-changed
43
44
run : egrep "Skipping all" ${{ runner.temp }}/yarn.log.txt
@@ -191,8 +192,8 @@ jobs:
191
192
runs-on : ubuntu-latest
192
193
if : always()
193
194
name : Check all required tests results
194
- needs : [test-chrome, compat-test-chrome]
195
+ needs : [build, test-chrome, compat-test-chrome]
195
196
steps :
196
197
- name : Check test matrix
197
- if : needs.test-chrome.result == 'failure' || needs.compat-test-chrome.result == 'failure'
198
+ if : needs.build.result == 'failure' || needs. test-chrome.result == 'failure' || needs.compat-test-chrome.result == 'failure'
198
199
run : exit 1
You can’t perform that action at this time.
0 commit comments