We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90af34d commit b2708f9Copy full SHA for b2708f9
2 files changed
.github/workflows/ci.yml
@@ -22,6 +22,8 @@ jobs:
22
9.0.x
23
10.0.x
24
- name: Build
25
- run: dotnet build --configuration Release
+ run: |
26
+ dotnet build --configuration Release src/Lavr.Configuration.Yaml
27
+ dotnet build --configuration Release tests/Lavr.Configuration.Yaml.Tests
28
- name: Test
29
run: dotnet test tests/Lavr.Configuration.Yaml.Tests --no-build --configuration Release
.github/workflows/release.yml
@@ -22,7 +22,9 @@ jobs:
30
- name: Pack
0 commit comments