Summary
Jobs
previous-lts
load
Test (net8.0, Streams)
Test (net8.0, PersistentSubscriptions)
Test (net8.0, Operations)
Test (net8.0, UserManagement)
Test (net8.0, ProjectionManagement)
Test (net8.0, Security)
Test (net8.0, Diagnostics)
Test (net8.0, Misc)
Test (net9.0, Streams)
Test (net9.0, PersistentSubscriptions)
Test (net9.0, Operations)
Test (net9.0, UserManagement)
Test (net9.0, ProjectionManagement)
Test (net9.0, Security)
Test (net9.0, Diagnostics)
Test (net9.0, Misc)
Test (net10.0, Streams)
Test (net10.0, PersistentSubscriptions)
Test (net10.0, Operations)
Test (net10.0, UserManagement)
Test (net10.0, ProjectionManagement)
Test (net10.0, Security)
Test (net10.0, Diagnostics)
Test (net10.0, Misc)
lts
load
Test (net8.0, Streams)
Test (net8.0, PersistentSubscriptions)
Test (net8.0, Operations)
Test (net8.0, UserManagement)
Test (net8.0, ProjectionManagement)
Test (net8.0, Security)
Test (net8.0, Diagnostics)
Test (net8.0, Misc)
Test (net9.0, Streams)
Test (net9.0, PersistentSubscriptions)
Test (net9.0, Operations)
Test (net9.0, UserManagement)
Test (net9.0, ProjectionManagement)
Test (net9.0, Security)
Test (net9.0, Diagnostics)
Test (net9.0, Misc)
Test (net10.0, Streams)
Test (net10.0, PersistentSubscriptions)
Test (net10.0, Operations)
Test (net10.0, UserManagement)
Test (net10.0, ProjectionManagement)
Test (net10.0, Security)
Test (net10.0, Diagnostics)
Test (net10.0, Misc)
ci
load
Test (net8.0, Streams)
Test (net8.0, PersistentSubscriptions)
Test (net8.0, Operations)
Test (net8.0, UserManagement)
Test (net8.0, ProjectionManagement)
Test (net8.0, Security)
Test (net8.0, Diagnostics)
Test (net8.0, Misc)
Test (net9.0, Streams)
Test (net9.0, PersistentSubscriptions)
Test (net9.0, Operations)
Test (net9.0, UserManagement)
Test (net9.0, ProjectionManagement)
Test (net9.0, Security)
Test (net9.0, Diagnostics)
Test (net9.0, Misc)
Test (net10.0, Streams)
Test (net10.0, PersistentSubscriptions)
Test (net10.0, Operations)
Test (net10.0, UserManagement)
Test (net10.0, ProjectionManagement)
Test (net10.0, Security)
Test (net10.0, Diagnostics)
Test (net10.0, Misc)
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Client
on:
pull_request:
push:
branches:
- master
jobs:
old:
name: ${{ matrix.runtime }}
uses: ./.github/workflows/test.yml
strategy:
fail-fast: false
matrix:
runtime: [ previous-lts, lts, ci ]
with:
runtime: ${{ matrix.runtime }}
secrets: inherit
You can’t perform that action at this time.