FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
moshcode/.github/workflows/test.yml at main · moshcoder/moshcode · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
moshcoder
/
moshcode
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
2
Code
Issues
0
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
moshcode
/
.github
/
workflows
/
test.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
39 lines (32 loc) · 1.02 KB
Breadcrumbs
moshcode
/
.github
/
workflows
/
test.yml
Copy path
File metadata and controls
39 lines (32 loc) · 1.02 KB
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
37
38
39
#
Managed by sh1pt Actions Fleet
#
pack: node-pnpm-test@1.2.0
#
install: sh1pt-actions-store
#
hash: sha256:53499e840c5023f2235444afd4f6a36d2c0bf8a40c52cfdf84615b17624de69b
name
:
test
on
:
pull_request
:
push
:
branches
:
[master]
permissions
:
contents
:
read
jobs
:
test
:
runs-on
:
ubuntu-latest
timeout-minutes
:
15
steps
:
-
uses
:
actions/checkout@v7
#
pnpm version is read from the "packageManager" field in package.json.
#
Do not pin a version here — it conflicts with packageManager and fails
#
with ERR_PNPM_BAD_PM_VERSION.
-
uses
:
pnpm/action-setup@v6
-
uses
:
actions/setup-node@v7
with
:
node-version
:
22
cache
:
pnpm
-
run
:
pnpm install --frozen-lockfile
#
test defaults to `pnpm run --if-present test` so a repo that hasn't
#
defined a test script yet gets a green workflow instead of failing on
#
the first step. Once the script exists it runs normally.
-
run
:
pnpm run --if-present test
env
:
CI
:
true
Back
|
FazBrowse Home
|
New Git URL