This commit is contained in:
kojix2 2020-11-19 22:44:40 +09:00
parent 648e606ed4
commit 8c78465ce9
2 changed files with 15 additions and 0 deletions

View File

@ -12,4 +12,5 @@ jobs:
- uses: actions/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
- run: bundle install
- run: bundle exec rake test

14
] Normal file
View File

@ -0,0 +1,14 @@
Fix CI
# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# Date: Thu Nov 19 22:44:40 2020 +0900
#
# ブランチ develop
# コミット予定の変更点:
# renamed: ci.yml -> workflows/ci.yml
#
# Changes not staged for commit:
# modified: workflows/ci.yml
#