Skip to content

Commit 96392d0

Browse files
authored
chore(ci): Reliable integration Tests (#418)
* remove bad tests * add pack to PR workflow
1 parent 39f5257 commit 96392d0

File tree

3 files changed

+4
-85
lines changed

3 files changed

+4
-85
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333

3434
- name: 🔨 Unit Tests
3535
run: dotnet test ${{ env.Solution }} --configuration Release --filter "Category!=Integration" --no-build --no-restore --verbosity=normal /p:AltCover=true /p:AltCoverAttributeFilter=ExcludeFromCodeCoverage
36+
37+
- name: 🎁 Pack
38+
run: dotnet pack ${{ env.Solution }} --configuration Release --no-build
3639

3740
- name: Upload coverage reports to Codecov with GitHub Action
3841
uses: codecov/codecov-action@v5

Speckle.Sdk.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{
4242
ProjectSection(SolutionItems) = preProject
4343
.github\workflows\pr.yml = .github\workflows\pr.yml
4444
.github\workflows\release.yml = .github\workflows\release.yml
45+
.github\workflows\integration-test.yml = .github\workflows\integration-test.yml
4546
EndProjectSection
4647
EndProject
4748
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Speckle.Sdk.Tests.Performance", "tests\Speckle.Sdk.Tests.Performance\Speckle.Sdk.Tests.Performance.csproj", "{870E3396-E6F7-43AE-B120-E651FA4F46BD}"

tests/Speckle.Sdk.Tests.Integration/Credentials/UserServerInfoTests.cs

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)