mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 21:38:16 +08:00
Fallback to default buffer size
Also fixes a bug when using Spectre.Console in GitHub Actions.
This commit is contained in:

committed by
Patrik Svensson

parent
ab73d16583
commit
a16daade6c
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
@ -31,6 +31,16 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 3.1.301
|
||||
|
||||
- name: Integration Tests
|
||||
shell: bash
|
||||
run: |
|
||||
dotnet tool restore
|
||||
dotnet example diagnostic
|
||||
dotnet example table
|
||||
dotnet example grid
|
||||
dotnet example panel
|
||||
dotnet example colors
|
||||
|
||||
- name: Build
|
||||
shell: bash
|
||||
run: |
|
||||
|
Reference in New Issue
Block a user