File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- name : ci
1
+ name : publish
2
2
3
3
on :
4
4
push :
11
11
REGISTRY : ghcr.io
12
12
13
13
jobs :
14
- ci :
14
+ publish :
15
15
runs-on : ubuntu-latest
16
16
permissions :
17
17
contents : read
25
25
run : npm install
26
26
- name : Build
27
27
run : npm run build
28
- - name : Count Lines of Code
29
- run : npm run cloc
30
28
- name : Login to the Container Registry
31
29
uses : docker/login-action@v1
32
30
with :
Original file line number Diff line number Diff line change 42
42
node-version : ' 16.13.0'
43
43
- name : Install Dependencies (UI)
44
44
run : npm ci
45
+ - name : Count Lines of Code (UI)
46
+ run : npm run cloc
45
47
- name : Build (UI)
46
48
run : npm run build
47
49
- name : Install Playwright Dependencies (Test - e2e)
Original file line number Diff line number Diff line change 1
- ![ ci] ( https://github.com/NASA-AMMOS/aerie-ui/actions/workflows/ci.yml/badge.svg )
2
1
[ ![ 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 )
3
2
![ GitHub package.json version] ( https://img.shields.io/github/package-json/v/NASA-AMMOS/aerie-ui?color=brightgreen )
4
3
You can’t perform that action at this time.
0 commit comments