Skip to content

Commit 735e32b

Browse files
authored
install .net sdks for smoke tests (#276)
* install .net sdks for smoke tests * collapsing steps into a single one
1 parent 6d08361 commit 735e32b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/continuous-monitoring.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ jobs:
2727
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
2828
aws-region: us-east-1
2929

30+
- name: Setup dotnet
31+
uses: actions/setup-dotnet@v1
32+
with:
33+
dotnet-version: |
34+
3.1.x
35+
6.0.x
36+
3037
- name: Install dependencies
3138
run: dotnet restore sdk/test/SmokeTests/AWSXRayRecorder.SmokeTests.csproj
3239

0 commit comments

Comments
 (0)