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:
18
.github/workflows/test.yml
vendored
18
.github/workflows/test.yml
vendored
@@ -23,8 +23,22 @@ jobs:
|
|||||||
- name: Set Ruby version
|
- name: Set Ruby version
|
||||||
uses: actions/setup-ruby@v1
|
uses: actions/setup-ruby@v1
|
||||||
with:
|
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: node --version
|
||||||
- run: npm --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
|
||||||
|
|||||||
Reference in New Issue
Block a user