FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
mathjs/.github/workflows/browserstack.yaml at develop · DIVYA-19/mathjs · GitHub
DIVYA-19
/
mathjs
Public
forked from
josdejong/mathjs
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
mathjs
/
.github
/
workflows
/
browserstack.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
19 lines (16 loc) · 460 Bytes
Breadcrumbs
mathjs
/
.github
/
workflows
/
browserstack.yaml
Copy path
File metadata and controls
19 lines (16 loc) · 460 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
name
:
Browser testing on browser stack
on
:
push
jobs
:
browser-tests
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
uses
:
actions/setup-node@v1
with
:
node-version
:
14.x
-
run
:
npm ci
-
run
:
npm run test:browserstack
env
:
CI
:
true
BROWSERSTACK_USERNAME
:
${{ secrets.BROWSERSTACK_USERNAME }}
BROWSERSTACK_ACCESS_KEY
:
${{ secrets.BROWSERSTACK_ACCESS_KEY }}
Back
|
FazBrowse Home
|
New Git URL