Skip to content

Commit bc0135b

Browse files
committed
for test
1 parent 41df80f commit bc0135b

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: test
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, workflow_dispatch]
44

55
jobs:
66
test:
@@ -21,6 +21,15 @@ jobs:
2121
- name: Install dependencies
2222
run: pip install .[dev]
2323

24+
# required only if you want to verify C# with SourceExpander
25+
- uses: actions/setup-dotnet@v1
26+
with:
27+
dotnet-version: |
28+
3.1.x
29+
6.0.x
30+
- name: Install dependencies (C#)
31+
run: dotnet tool install -g SourceExpander.Console
32+
2433
- name: Run tests
2534
run: |
2635
unset GITHUB_ACTION

0 commit comments

Comments
 (0)