Skip to content

Commit fc255b0

Browse files
committed
for test
1 parent 41df80f commit fc255b0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- name: Install dependencies
2222
run: pip install .[dev]
2323

24+
- name: Install dependencies (C#)
25+
run: dotnet tool install -g SourceExpander.Console
26+
2427
- name: Run tests
2528
run: |
2629
unset GITHUB_ACTION

0 commit comments

Comments
 (0)