FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Aloha-Editor/.github/workflows/ci.yml at dev · alohaeditor/Aloha-Editor · GitHub
alohaeditor
/
Aloha-Editor
Public
Notifications
You must be signed in to change notification settings
Fork
522
Star
2.5k
Code
Issues
123
Pull requests
22
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
Aloha-Editor
/
.github
/
workflows
/
ci.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
26 lines (23 loc) · 567 Bytes
Breadcrumbs
Aloha-Editor
/
.github
/
workflows
/
ci.yml
Copy path
File metadata and controls
26 lines (23 loc) · 567 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
name
:
Cypress Tests (Dev)
on
:
push
:
branches
:
[ jq3, feature/jq3-migration ]
jobs
:
cypress-run
:
runs-on
:
ubuntu-22.04
strategy
:
fail-fast
:
false
matrix
:
containers
:
[1, 2, 3, 4, 5]
steps
:
-
name
:
Checkout
uses
:
actions/checkout@v3
-
name
:
Cypress run
uses
:
cypress-io/github-action@v5
with
:
build
:
npm run demo:build
start
:
npm run demo:start
record
:
true
parallel
:
true
env
:
CYPRESS_RECORD_KEY
:
${{ secrets.CYPRESS_RECORD_KEY }}
Back
|
FazBrowse Home
|
New Git URL