mirror of
https://github.com/jellyfin/jellyfin-sdk-csharp.git
synced 2025-02-19 21:31:11 +00:00
add debug step to CI
This commit is contained in:
parent
7b55af4b62
commit
ca56c7da2b
4
.github/workflows/unstable-generation.yml
vendored
4
.github/workflows/unstable-generation.yml
vendored
@ -48,6 +48,10 @@ jobs:
|
||||
- name: Build packages
|
||||
run: dotnet build -c Release
|
||||
|
||||
- name: [Debug] Check if generated client files were modified
|
||||
id: diff
|
||||
run: echo "$(git status -s | grep cs | grep -v csproj | wc -l)"
|
||||
|
||||
- name: Check if generated client files were modified
|
||||
id: diff
|
||||
run: echo "::set-output name=count::$(git status -s | grep cs | grep -v csproj | wc -l)"
|
||||
|
Loading…
x
Reference in New Issue
Block a user