E604 Add test step for windows · oncybersec/dotnet-script@20c3eb3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 20c3eb3

Browse files
committed
Add test step for windows
1 parent 0d7dd22 commit 20c3eb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,9 @@ jobs:
5454
- name: Install dotnet-script
5555
run: dotnet tool install dotnet-script --global
5656

57+
- name: Run tests
58+
run: dotnet test -c release src/Dotnet.Script.Tests/Dotnet.Script.Tests.csproj
59+
5760
- name: Run build script
5861
run: dotnet-script build/Build.csx
5962
env: # Or as an environment variable

0 commit comments

Comments
 (0)
0