Skip to content

Commit 0cd4ff3

Browse files
committed
Update CI workflow to check for breaking API changes in individual projects
1 parent 5bf4f63 commit 0cd4ff3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ jobs:
3232

3333
- name: Check for breaking API changes
3434
shell: bash
35-
run: dotnet build ./all.csproj --no-restore -warnaserror:RS0016,RS0017
35+
run: |
36+
dotnet build src/TerraformDotnet.Hcl/TerraformDotnet.Hcl.csproj --no-restore -warnaserror:RS0016,RS0017
37+
dotnet build src/TerraformDotnet/TerraformDotnet.csproj --no-restore -warnaserror:RS0016,RS0017
3638
3739
- name: Run tests
3840
shell: bash

0 commit comments

Comments
 (0)