Commit c2aebec3 by mingyuan

titlize

parent d07602bb
...@@ -4,7 +4,7 @@ jobs: ...@@ -4,7 +4,7 @@ jobs:
test: test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Fetch project - name: Fetch Project
uses: actions/checkout@v1 uses: actions/checkout@v1
with: with:
submodules: recursive submodules: recursive
...@@ -29,7 +29,7 @@ jobs: ...@@ -29,7 +29,7 @@ jobs:
with: with:
path: test/dummy/node_modules path: test/dummy/node_modules
key: ${{ runner.OS }}-yarn-${{ hashFiles('test/dummy/yarn.lock') }} key: ${{ runner.OS }}-yarn-${{ hashFiles('test/dummy/yarn.lock') }}
- name: Install dependencies - name: Install Dependencies
run: | run: |
gem install bundler gem install bundler
bundle install --path=bundle --jobs=4 --retry=3 bundle install --path=bundle --jobs=4 --retry=3
...@@ -39,6 +39,6 @@ jobs: ...@@ -39,6 +39,6 @@ jobs:
bin/rails db:drop bin/rails db:drop
bin/rails db:create bin/rails db:create
bin/rails db:migrate bin/rails db:migrate
- name: Run test - name: Run Test
run: | run: |
bin/rails test bin/rails test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment