File tree 2 files changed +6
-14
lines changed
2 files changed +6
-14
lines changed Original file line number Diff line number Diff line change @@ -53,17 +53,12 @@ jobs:
53
53
with :
54
54
# Install gems/npm packages from GitHub fails without this
55
55
persist-credentials : false
56
- - name : Do some action caching
57
- uses : actions/cache@v3
58
- with :
59
- path : vendor/bundle
60
- key : ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ hashFiles('**/Gemfile.lock') }}
61
- restore-keys : |
62
- ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-
63
56
- name : Install libpq-dev
64
57
run : sudo apt-get -yqq install libpq-dev
65
58
- name : Set up Node
66
59
uses : actions/setup-node@v3
60
+ with :
61
+ cache : ' yarn'
67
62
- name : Set up Ruby ${{ matrix.ruby }}
68
63
uses : ruby/setup-ruby@v1
69
64
with :
Original file line number Diff line number Diff line change @@ -51,15 +51,12 @@ jobs:
51
51
mongodb-version : 4.0
52
52
- name : Check out repository code
53
53
uses : actions/checkout@v4
54
- - name : Do some action caching
55
- uses : actions/cache@v3
56
- with :
57
- path : vendor/bundle
58
- key : ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-${{ hashFiles('**/Gemfile.lock') }}
59
- restore-keys : |
60
- ${{ runner.os }}-gems-${{ matrix.ruby }}-${{ matrix.rails }}-
61
54
- name : Install libpq-dev
62
55
run : sudo apt-get -yqq install libpq-dev
56
+ - name : Set up Node
57
+ uses : actions/setup-node@v3
58
+ with :
59
+ cache : ' yarn'
63
60
- name : Set up Ruby ${{ matrix.ruby }}
64
61
uses : ruby/setup-ruby@v1
65
62
with :
You can’t perform that action at this time.
0 commit comments