Skip to content

Commit c7bdb0a

Browse files
committed
Add aggregation job
1 parent 689ee77 commit c7bdb0a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .github/workflows/unit-test.yml

+8
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,11 @@ jobs:
3030
with:
3131
spec: ${{ matrix.spec }}
3232

33+
aggregate:
34+
name: spec:aggregate
35+
runs-on: ubuntu-latest
36+
needs: test
37+
steps:
38+
- name: NOOP
39+
run: |
40+
true

0 commit comments

Comments
 (0)