Syntax
This commit is contained in:
parent
612734b7b7
commit
5bb6b3900c
7
.github/workflows/ruby.yml
vendored
7
.github/workflows/ruby.yml
vendored
@ -35,9 +35,10 @@ jobs:
|
||||
path: vendor/bundle
|
||||
key: bundle-${{ hashFiles('Gemfile.lock') }}
|
||||
- name: Install dependencies
|
||||
run: bundle config path vendor/bundle
|
||||
run: gem install bundler --conservative
|
||||
run: bundle check || bundle install
|
||||
run: |
|
||||
bundle config path vendor/bundle
|
||||
gem install bundler --conservative
|
||||
bundle check || bundle install
|
||||
- name: Install JS dependencies
|
||||
run: yarn
|
||||
- name: Create database
|
||||
|
Loading…
x
Reference in New Issue
Block a user