Skip to content

Commit

Permalink
upd trx in ci (#76)
Browse files Browse the repository at this point in the history
* upd trx in ci

* upd trx to 2.2.1

* fix aws connect test
  • Loading branch information
ridomin authored Oct 18, 2022
1 parent 6651132 commit 245ab09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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

0 comments on commit 245ab09

Please sign in to comment.