Skip to content

Commit 4891524

Browse files
authored
fix: solve a directory problem
1 parent 076128e commit 4891524

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/trigger-PR-pipeline.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ on:
55

66
env:
77
TEST_PROJECTS: |
8-
tests/ByteSync.Client.IntegrationTests/ByteSync.Client.IntegrationTests.csproj
9-
tests/ByteSync.Client.Tests/ByteSync.Client.Tests.csproj
10-
tests/ByteSync.Common.Tests/ByteSync.Common.Tests.csproj
11-
tests/ByteSync.Functions.IntegrationTests/ByteSync.Functions.IntegrationTests.csproj
12-
tests/ByteSync.Functions.UnitTests/ByteSync.Functions.UnitTests.csproj
13-
tests/ByteSync.ServerCommon.Tests/ByteSync.ServerCommon.Tests.csproj
14-
tests/ByteSync.TestsCommon/ByteSync.TestsCommon.csproj
8+
Tests/ByteSync.Client.IntegrationTests/ByteSync.Client.IntegrationTests.csproj
9+
Tests/ByteSync.Client.Tests/ByteSync.Client.Tests.csproj
10+
Tests/ByteSync.Common.Tests/ByteSync.Common.Tests.csproj
11+
Tests/ByteSync.Functions.IntegrationTests/ByteSync.Functions.IntegrationTests.csproj
12+
Tests/ByteSync.Functions.UnitTests/ByteSync.Functions.UnitTests.csproj
13+
Tests/ByteSync.ServerCommon.Tests/ByteSync.ServerCommon.Tests.csproj
14+
Tests/ByteSync.TestsCommon/ByteSync.TestsCommon.csproj
1515
1616
jobs:
1717
# === LINUX ===

0 commit comments

Comments
 (0)