FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-samlp/.github/workflows/test.yml at master · auth0/node-samlp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
This repository was archived by the owner on Jul 3, 2026. It is now read-only.
auth0
/
node-samlp
Public archive
Notifications
You must be signed in to change notification settings
Fork
118
Star
139
Code
Issues
24
Pull requests
18
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
node-samlp
/
.github
/
workflows
/
test.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
33 lines (26 loc) · 711 Bytes
Breadcrumbs
node-samlp
/
.github
/
workflows
/
test.yml
Copy path
File metadata and controls
33 lines (26 loc) · 711 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
:
Test
on
:
pull_request
:
concurrency
:
group
:
${{ github.workflow }}-${{ github.ref }}
cancel-in-progress
:
true
jobs
:
test
:
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
node-version
:
['20', '22', '24']
steps
:
-
name
:
Checkout code
uses
:
actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
#
v6.0.2
with
:
persist-credentials
:
false
-
name
:
Setup Node
uses
:
actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
#
v6.2.0
with
:
node-version
:
${{ matrix.node-version }}
-
name
:
Install dependencies
run
:
npm install
-
name
:
Run tests
run
:
npm test
Back
|
FazBrowse Home
|
New Git URL