File tree 1 file changed +18
-16
lines changed
1 file changed +18
-16
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,21 @@ jobs:
16
16
NOKOGIRI_USE_SYSTEM_LIBRARIES : true
17
17
18
18
steps :
19
- - uses : actions/checkout@v2
20
- - name : Add --no-document option to .gemrc file to speed up bundle install
21
- run : " echo 'gem: --no-document' > ~/.gemrc"
22
- - name : Set up Ruby
23
- uses : ruby/setup-ruby@v1
24
- with :
25
- ruby-version : ${{ matrix.ruby-version }}
26
- bundler-cache : true # runs 'bundle install' and caches installed gems automatically
27
- - name : Set up Node
28
- uses : actions/setup-node@v2
29
- with :
30
- node-version : ${{ matrix.node }}
31
- - run : npm install -g yarn
32
- - run : yarn install --frozen-lockfile
33
- - name : Run CI task
34
- run : bundle exec rake dcv:ci WEBPACKER_RECOMPILE=true
19
+ - name : Check PWD
20
+ run : echo $PWD
21
+ # - uses: actions/checkout@v2
22
+ # - name: Add --no-document option to .gemrc file to speed up bundle install
23
+ # run: "echo 'gem: --no-document' > ~/.gemrc"
24
+ # - name: Set up Ruby
25
+ # uses: ruby/setup-ruby@v1
26
+ # with:
27
+ # ruby-version: ${{ matrix.ruby-version }}
28
+ # bundler-cache: true # runs 'bundle install' and caches installed gems automatically
29
+ # - name: Set up Node
30
+ # uses: actions/setup-node@v2
31
+ # with:
32
+ # node-version: ${{ matrix.node }}
33
+ # - run: npm install -g yarn
34
+ # - run: yarn install --frozen-lockfile
35
+ # - name: Run CI task
36
+ # run: bundle exec rake dcv:ci WEBPACKER_RECOMPILE=true
You can’t perform that action at this time.
0 commit comments