Skip to content

Commit 7e2a738

Browse files
committed
r
1 parent c873e2a commit 7e2a738

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@ on: [push]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-latest
7+
runs-on: windows-latest
8+
defaults:
9+
run:
10+
working-directory: ./src
811
steps:
912
- uses: actions/checkout@v4
10-
- name: Setup .NET 8.x
11-
uses: actions/setup-dotnet@v3
12-
with:
13-
dotnet-version: '8.x'
14-
- name: Install dependencies
15-
run: dotnet restore ./src
16-
- name: Build
17-
run: dotnet build ./src
18-
- name: Test with the dotnet CLI
19-
run: dotnet test ./src
13+
- run: dotnet test

0 commit comments

Comments
 (0)