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
|
path: vendor/bundle
|
||||||
key: bundle-${{ hashFiles('Gemfile.lock') }}
|
key: bundle-${{ hashFiles('Gemfile.lock') }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bundle config path vendor/bundle
|
run: |
|
||||||
run: gem install bundler --conservative
|
bundle config path vendor/bundle
|
||||||
run: bundle check || bundle install
|
gem install bundler --conservative
|
||||||
|
bundle check || bundle install
|
||||||
- name: Install JS dependencies
|
- name: Install JS dependencies
|
||||||
run: yarn
|
run: yarn
|
||||||
- name: Create database
|
- name: Create database
|
||||||
|
Loading…
x
Reference in New Issue
Block a user