File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,16 @@ on: [push, pull_request]
5
5
jobs :
6
6
ci :
7
7
runs-on : ubuntu-latest
8
+ strategy :
9
+ matrix :
10
+ node-version :
11
+ - 12
8
12
steps :
9
13
- uses : actions/checkout@v2
10
14
- name : Set up Node
11
15
uses : actions/setup-node@v2
12
16
with :
13
- node-version : 12
17
+ node-version : ${{ matrix.node-version }}
14
18
cache : yarn
15
19
registry-url : https://npm.manageiq.org/
16
20
- name : Prepare tests
Original file line number Diff line number Diff line change 1
1
# ManageIQ Service UI
2
2
3
- [ ![ Build Status ] ( https://travis-ci .com/ManageIQ/manageiq-ui-service. svg?branch=master )] ( https://travis-ci .com/github/ ManageIQ/manageiq-ui-service )
3
+ [ ![ CI ] ( https://github .com/ManageIQ/manageiq-ui-service/actions/workflows/ci.yaml/badge. svg )] ( https://github .com/ManageIQ/manageiq-ui-service/actions/workflows/ci.yaml )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/ManageIQ/manageiq-ui-service/badge.svg?branch=master )] ( https://coveralls.io/github/ManageIQ/manageiq-ui-service?branch=master )
5
5
[ ![ Code Climate] ( https://codeclimate.com/github/ManageIQ/manageiq-ui-service/badges/gpa.svg )] ( https://codeclimate.com/github/ManageIQ/manageiq-ui-service )
6
6
[ ![ Chat] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/ManageIQ/manageiq-ui-service?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
You can’t perform that action at this time.
0 commit comments