Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upd trx in ci #76

Merged
merged 3 commits into from
Oct 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Process trx reports with default
if: always()
uses: im-open/process-dotnet-test-results@v2.1.3
uses: im-open/process-dotnet-test-results@v2.2.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
*.sln.docstates

**/launchSettings.json
.vscode/

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ public async Task ClientCert()
var cs = new ConnectionSettings()
{
HostName = "a38jrw6jte2l2x-ats.iot.us-west-1.amazonaws.com",
ClientId = "testdevice22",
X509Key = "testdevice22.pem|testdevice22.key"
X509Key = "ca-device.pem|ca-device.key"
};
var connAck = await client.ConnectAsync(new MqttClientOptionsBuilder()
.WithConnectionSettings(cs)
Expand Down