Skip to content

Commit

Permalink
for test
Browse files Browse the repository at this point in the history
  • Loading branch information
kzrnm committed Apr 8, 2022
1 parent 41df80f commit bc0135b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test

on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
test:
Expand All @@ -21,6 +21,15 @@ jobs:
- name: Install dependencies
run: pip install .[dev]

# required only if you want to verify C# with SourceExpander
- uses: actions/setup-dotnet@v1
with:
dotnet-version: |
3.1.x
6.0.x
- name: Install dependencies (C#)
run: dotnet tool install -g SourceExpander.Console

- name: Run tests
run: |
unset GITHUB_ACTION
Expand Down

0 comments on commit bc0135b

Please sign in to comment.