Skip to content

Commit cd0e94e

Browse files
committed
ci: rename 'ci' workflow to 'publish'
- Move 'cloc' step to test workflow - Remove obsolete 'ci' badge from readme
1 parent f49f7d4 commit cd0e94e

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.github/workflows/ci.yml .github/workflows/publish.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: ci
1+
name: publish
22

33
on:
44
push:
@@ -11,7 +11,7 @@ env:
1111
REGISTRY: ghcr.io
1212

1313
jobs:
14-
ci:
14+
publish:
1515
runs-on: ubuntu-latest
1616
permissions:
1717
contents: read
@@ -25,8 +25,6 @@ jobs:
2525
run: npm install
2626
- name: Build
2727
run: npm run build
28-
- name: Count Lines of Code
29-
run: npm run cloc
3028
- name: Login to the Container Registry
3129
uses: docker/login-action@v1
3230
with:

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
node-version: '16.13.0'
4343
- name: Install Dependencies (UI)
4444
run: npm ci
45+
- name: Count Lines of Code (UI)
46+
run: npm run cloc
4547
- name: Build (UI)
4648
run: npm run build
4749
- name: Install Playwright Dependencies (Test - e2e)

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
![ci](https://github.com/NASA-AMMOS/aerie-ui/actions/workflows/ci.yml/badge.svg)
21
[![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/NASA-AMMOS/aerie-ui.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/NASA-AMMOS/aerie-ui/context:javascript)
32
![GitHub package.json version](https://img.shields.io/github/package-json/v/NASA-AMMOS/aerie-ui?color=brightgreen)
43

0 commit comments

Comments
 (0)