Skip to content

Commit a4dbf81

Browse files
committed
[actions] add finisher
1 parent eb2aa24 commit a4dbf81

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,11 @@ jobs:
4444
use-npm-ci: true
4545
- name: Run diff check for the breakUpAriaJSON script
4646
run: node scripts/buildModelModules.js && git diff --exit-code -- src
47+
48+
finisher:
49+
name: all checks
50+
needs: [tests, flow, eslint, diff-breakUpAriaJSON]
51+
runs-on: ubuntu-latest
52+
steps:
53+
- run: true
54+

0 commit comments

Comments
 (0)