Skip to content

Commit

Permalink
Add aggregation job
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Jun 28, 2024
1 parent 0c80c43 commit 13edd9b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ jobs:
with:
spec: ${{ matrix.spec }}

aggregate:
name: spec:aggregate
runs-on: ubuntu-latest
needs: test
steps:
- name: NOOP
run: |
true

0 comments on commit 13edd9b

Please sign in to comment.