1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

Update test.yml

This commit is contained in:
Paweł Kuna
2019-11-30 16:46:05 +01:00
committed by GitHub
parent 5ec8d672b1
commit 0e5a22e7a7

View File

@@ -23,8 +23,22 @@ jobs:
- name: Set Ruby version
uses: actions/setup-ruby@v1
with:
ruby-version: '2.x'
ruby-version: '2.4.x'
- name: Set up Bundler
run: gem install bundler -v "~> 1.17"
- run: ruby --version
- run: gem --version
- run: bundle --version
- run: node --version
- run: npm --version
- run: ruby -version
- name: Install npm dependencies
run: npm install
- name: Install bundler dependencies
run: bundle install --deployment --jobs=3 --retry=3 --clean
- name: Run bundlesize
run: npm run bundlesize