FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
frontend-plugin-framework/.github/workflows/ci.yml at master · openedx/frontend-plugin-framework · GitHub
openedx
/
frontend-plugin-framework
Public
Notifications
You must be signed in to change notification settings
Fork
28
Star
13
Code
Issues
10
Pull requests
12
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
frontend-plugin-framework
/
.github
/
workflows
/
ci.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
36 lines (35 loc) · 872 Bytes
Breadcrumbs
frontend-plugin-framework
/
.github
/
workflows
/
ci.yml
Copy path
File metadata and controls
36 lines (35 loc) · 872 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name
:
Default CI
on
:
push
:
branches
:
-
'
master
'
pull_request
:
branches
:
-
'
**
'
jobs
:
test
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7.0.1
with
:
fetch-depth
:
0
-
name
:
Setup Nodejs
uses
:
actions/setup-node@820762786026740c76f36085b0efc47a31fe5020
#
v7.0.0
with
:
node-version-file
:
'
.nvmrc
'
-
name
:
Install dependencies
run
:
npm ci
-
name
:
Lint
run
:
npm run lint
-
name
:
Test
run
:
npm run test
-
name
:
Build
run
:
npm run build
-
name
:
i18n_extract
run
:
npm run i18n_extract
-
name
:
Coverage
uses
:
codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f
#
v7.0.0
with
:
token
:
${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error
:
true
Back
|
FazBrowse Home
|
New Git URL