Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9749514
test.yml
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
570 B
Subscribers
None
test.yml
View Options
name
:
Run Cypress tests
on
:
push
:
pull_request
:
workflow_dispatch
:
jobs
:
test
:
runs-on
:
ubuntu-latest
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v3
-
name
:
Setup npm cache
uses
:
actions/cache@v2
with
:
path
:
'~/.npm'
key
:
${{ runner.os }}-node
restore-keys
:
|
${{ runner.os }}-node
-
name
:
Install Cypress
run
:
|
npm install cypress
$(npm bin)/cypress install
-
name
:
Run Cypress
run
:
|
$(npm bin)/cypress run
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 25, 5:50 PM (5 d, 7 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3405674
Attached To
rDWCM CodeMeta Generator (mirror)
Event Timeline
Log In to Comment