Skip to content

Commit

Permalink
Split install and test tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Aug 9, 2019
1 parent 0544f30 commit db19b56
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@master
- name: Build and test with Rake
run: |
gem install minitest
ruby -Ilib exe/rake
- name: Install dependencies
run: gem install minitest
- name: Run test
run: ruby -Ilib exe/rake
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-ruby@v1
with:
version: ${{ matrix.ruby }}
- name: Build and test with Rake
run: |
gem install minitest
ruby -Ilib exe/rake
- name: Install dependencies
run: gem install minitest
- name: Run test
run: ruby -Ilib exe/rake
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/setup-ruby@v1
with:
version: ${{ matrix.ruby }}
- name: Build and test with Rake
run: |
gem install minitest
ruby -Ilib exe/rake
- name: Install dependencies
run: gem install minitest
- name: Run test
run: ruby -Ilib exe/rake

0 comments on commit db19b56

Please sign in to comment.