Skip to content

Commit

Permalink
Merge pull request #49 from osyo-manga/add-download-test-readline-in-…
Browse files Browse the repository at this point in the history
…github_actions

Add download test readline in GitHub Actions
  • Loading branch information
aycabta authored Aug 25, 2019
2 parents 73ac990 + a27dedc commit d0e1a66
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
run: |
gem install bundler --no-document
bundle install
- name: Download test readline
run: |
sh ./download-test_readline.sh
- name: Run test
run: |
rake ci-test
3 changes: 3 additions & 0 deletions .github/workflows/ubuntu-rvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
source $HOME/.rvm/scripts/rvm
gem install bundler --no-document
bundle install
- name: Download test readline
run: |
sh ./download-test_readline.sh
- name: Run test
run: |
source $HOME/.rvm/scripts/rvm
Expand Down

0 comments on commit d0e1a66

Please sign in to comment.