Skip to content

Commit d5568e1

Browse files
committed
Merge pull request #514 from Fryguy/cleanup_for_back_merge
Cleanup files for cleaner merge backs
2 parents 97ad33f + a32bd78 commit d5568e1

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
---
12
name: CI
2-
33
on:
44
push:
55
pull_request:
66
workflow_dispatch:
77
schedule:
8-
- cron: '0 0 * * *'
9-
8+
- cron: 0 0 * * *
109
jobs:
1110
ci:
1211
runs-on: ubuntu-latest
@@ -21,15 +20,12 @@ jobs:
2120
- name: Set up Node
2221
uses: actions/setup-node@v4
2322
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 }}"
2824
- name: Prepare tests
2925
run: bin/setup
3026
- name: Run tests
3127
run: bin/ci
3228
- 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' }}"
3430
continue-on-error: true
3531
run: scripts/.coverage.sh

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Angular UI Components for ManageIQ
22

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)
44
[![Coverage Status](https://coveralls.io/repos/github/ManageIQ/ui-components/badge.svg)](https://coveralls.io/github/ManageIQ/ui-components)
55
[![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)
66

0 commit comments

Comments
 (0)