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 a845804
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,27 @@ 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: Cleanup checkouts
run: rm -rf Mint

- 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 a845804

Please sign in to comment.