File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
name : CI
2
-
3
3
on :
4
4
push :
5
5
pull_request :
6
6
workflow_dispatch :
7
7
schedule :
8
- - cron : ' 0 0 * * *'
9
-
8
+ - cron : 0 0 * * *
10
9
jobs :
11
10
ci :
12
11
runs-on : ubuntu-latest
@@ -24,14 +23,15 @@ jobs:
24
23
- name : Set up Node
25
24
uses : actions/setup-node@v4
26
25
with :
27
- node-version : ${{ matrix.node-version }}
28
- cache : ${{ !env.ACT && 'yarn' || '' }}
26
+ node-version : " ${{ matrix.node-version }}"
27
+ cache : " ${{ !env.ACT && 'yarn' || '' }}"
29
28
registry-url : https://npm.manageiq.org/
30
29
- name : Prepare tests
31
30
run : bin/setup
32
31
- name : Run tests
33
32
run : yarn run ${{ matrix.test-suite }}
34
33
- name : Report code coverage
35
- if : ${{ github.ref == 'refs/heads/master' && matrix.test-suite != 'test:security' }}
34
+ if : " ${{ github.ref == 'refs/heads/master' && matrix.test-suite != 'test:security'
35
+ }}"
36
36
continue-on-error : true
37
37
run : cat reports/coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
Original file line number Diff line number Diff line change 1
1
# ManageIQ Service UI
2
2
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 )
3
+ [ ![ CI] ( https://github.com/ManageIQ/manageiq-ui-service/actions/workflows/ci.yaml/badge.svg?branch=master )] ( 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
You can’t perform that action at this time.
0 commit comments