File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 40
40
run : ulimit -n 1024
41
41
- name : Build and test
42
42
run : |
43
+ dotnet nuget add source --username user --password ${GITHUB_TOKEN} --store-password-in-clear-text --name github https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
43
44
dotnet restore
44
- make build
45
- make test
45
+ dotnet test -c Release test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj
46
46
47
47
windows-build :
48
48
runs-on : windows-latest
55
55
6.0.x
56
56
8.0.x
57
57
- name : Build and test
58
- run : |
58
+ run : |
59
+ dotnet nuget add source --username user --password ${GITHUB_TOKEN} --store-password-in-clear-text --name github https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
59
60
dotnet restore
60
61
dotnet test -c Release test/Confluent.Kafka.UnitTests/Confluent.Kafka.UnitTests.csproj
61
62
You can’t perform that action at this time.
0 commit comments