FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
ember-cli-code-coverage/.github/workflows/ci.yml at master · anthony-synapse/ember-cli-code-coverage · GitHub
anthony-synapse
/
ember-cli-code-coverage
Public
forked from
ember-cli-code-coverage/ember-cli-code-coverage
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
ember-cli-code-coverage
/
.github
/
workflows
/
ci.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
33 lines (29 loc) · 657 Bytes
Breadcrumbs
ember-cli-code-coverage
/
.github
/
workflows
/
ci.yml
Copy path
File metadata and controls
33 lines (29 loc) · 657 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
name
:
CI
on
:
push
:
branches
:
-
main
-
master
-
'
v*
'
pull_request
:
{}
concurrency
:
group
:
ci-${{ github.head_ref || github.ref }}
cancel-in-progress
:
true
jobs
:
test
:
name
:
Tests
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v4
-
name
:
Install Node
uses
:
actions/setup-node@v4
with
:
node-version
:
20.x
-
uses
:
pnpm/action-setup@v4
with
:
version
:
10
-
name
:
Install Dependencies
run
:
pnpm install --frozen-lockfile
-
run
:
pnpm lint:js
working-directory
:
packages/ember-cli-code-coverage
-
run
:
pnpm test
Back
|
FazBrowse Home
|
New Git URL