Skip to content

Commit

Permalink
add workflow to test in Linux platform
Browse files Browse the repository at this point in the history
  • Loading branch information
417-72KI committed Mar 13, 2020
1 parent c583d41 commit 8cba8ba
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ jobs:
- name: Run Unit Test
run: make test

unit-test-in-linux:
runs-on: ubuntu-latest
container: swift:5.1

steps:
- uses: actions/checkout@v2

- name: Run Unit Test
run: make test

integration-test:
runs-on: macos-latest

Expand Down

0 comments on commit 8cba8ba

Please sign in to comment.