Skip to content

Commit

Permalink
Issue-175: add pwsh test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eldipa committed Jun 28, 2021
1 parent 2450103 commit d66c327
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,18 @@ jobs:
- run: pip install iasm
- run: make lang-iasm-test

lang-pwsh-test:
name: "Lang PowerShell test"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: "3.6"
- run: make deps-dev
- run: make lang-pwsh-test

lang-ruby-test:
name: "Lang Ruby test"
runs-on: ubuntu-latest
Expand Down

0 comments on commit d66c327

Please sign in to comment.