Skip to content

Commit

Permalink
Fix tests by installing Swift-SH
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Jun 15, 2020
1 parent 5870afa commit 25f3547
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,24 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Install Swift-SH via Mint
run: |
git clone https://github.com/yonaskolb/Mint.git
cd Mint
sudo swift run mint install mxcl/swift-sh
- name: Run tests
run: swift test -v


test-macos:
runs-on: macos-latest

steps:
- uses: actions/checkout@v2

- name: Install Swift-SH
run: brew install swift-sh

- name: Run tests
run: swift test -v --enable-code-coverage

Expand Down

0 comments on commit 25f3547

Please sign in to comment.