Skip to content

Commit

Permalink
Add shared-client-testcases submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwpark committed Jan 29, 2025
1 parent 721d7af commit b2adb55
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true

- name: Setup .NET
uses: actions/setup-dotnet@v1
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "tests/EdgeDB.Tests.Unit/shared-client-testcases"]
path = tests/EdgeDB.Tests.Unit/shared-client-testcases
url = https://github.com/edgedb/shared-client-testcases.git
6 changes: 6 additions & 0 deletions tests/EdgeDB.Tests.Unit/EdgeDB.Tests.Unit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@
<ProjectReference Include="..\..\src\EdgeDB.Net.Driver\EdgeDB.Net.Driver.csproj"/>
</ItemGroup>

<ItemGroup>
<Content Include="shared-client-testcases\**">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions tests/EdgeDB.Tests.Unit/shared-client-testcases

0 comments on commit b2adb55

Please sign in to comment.