File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Expand file tree Collapse file tree 2 files changed +5
-9
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
@@ -21,15 +20,12 @@ jobs:
21
20
- name : Set up Node
22
21
uses : actions/setup-node@v4
23
22
with :
24
- node-version : ${{ matrix.node-version }}
25
- # TODO: Uncomment this for yarn 3
26
- # cache: yarn
27
- # registry-url: https://npm.manageiq.org/
23
+ node-version : " ${{ matrix.node-version }}"
28
24
- name : Prepare tests
29
25
run : bin/setup
30
26
- name : Run tests
31
27
run : bin/ci
32
28
- name : Report code coverage
33
- if : ${{ github.ref == 'refs/heads/master' && matrix.node-version == '14' }}
29
+ if : " ${{ github.ref == 'refs/heads/master' && matrix.node-version == '14' }}"
34
30
continue-on-error : true
35
31
run : scripts/.coverage.sh
Original file line number Diff line number Diff line change 1
1
# Angular UI Components for ManageIQ
2
2
3
- [ ![ CI] ( https://github.com/ManageIQ/ui-components/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/ManageIQ/ui-components/actions/workflows/ci.yaml )
3
+ [ ![ CI] ( https://github.com/ManageIQ/ui-components/actions/workflows/ci.yaml/badge.svg?branch=master )] ( https://github.com/ManageIQ/ui-components/actions/workflows/ci.yaml )
4
4
[ ![ Coverage Status] ( https://coveralls.io/repos/github/ManageIQ/ui-components/badge.svg )] ( https://coveralls.io/github/ManageIQ/ui-components )
5
5
[ ![ Chat] ( https://badges.gitter.im/Join%20Chat.svg )] ( https://gitter.im/ManageIQ/manageiq/ui?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge )
6
6
You can’t perform that action at this time.
0 commit comments