Skip to content

Commit 737a429

Browse files
Add end-to-end test
Add an end-to-end test that adds a new provider to the AspNet.Security.OAuth.Providers project.
1 parent 3b34b59 commit 737a429

File tree

4 files changed

+327
-124
lines changed

4 files changed

+327
-124
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ jobs:
3333
run: |
3434
npm ci
3535
36+
- name: Setup .NET SDK
37+
uses: actions/setup-dotnet@v3
38+
with:
39+
dotnet-version: '7.0.x'
40+
3641
- name: Test
3742
run: |
3843
npm test

0 commit comments

Comments
 (0)