mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
19 lines
324 B
YAML
19 lines
324 B
YAML
name: Conformance test harness
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '23 5 * * *'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
conformance:
|
|
strategy:
|
|
fail-fast: false
|
|
matrix:
|
|
branch:
|
|
- 'main'
|
|
- 'versions/next-major'
|
|
uses: ./.github/workflows/cth-test.yml
|
|
with:
|
|
branch: ${{ matrix.branch }}
|