Commit 10beafa 1 parent 84bec90 commit 10beafa Copy full SHA for 10beafa
File tree 1 file changed +32
-0
lines changed
1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
1
+ on :
2
+ push :
3
+ branches :
4
+ - main
5
+ pull_request :
6
+ types : [opened, synchronize, edited]
7
+ name : Coveralls
8
+ jobs :
9
+ build :
10
+ name : Reporter
11
+ runs-on : Runner_8cores_Deriv-app
12
+ steps :
13
+ - name : Checkout
14
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
15
+ - name : Setup Node.js
16
+ uses : actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8
17
+ with :
18
+ node-version : ' 20'
19
+ - name : Update to latest npm (temporary fix for audit below)
20
+ run : npm install --global npm
21
+ - name : Install dependencies
22
+ run : npm clean-install
23
+ - name : Verify the integrity of provenance attestations and registry signatures for installed dependencies
24
+ run : npm audit signatures
25
+ - name : Prepublish
26
+ run : npm run prepublish
27
+ - name : Build Storybook
28
+ run : npm run build-storybook
29
+ - name : Test
30
+ run : JEST_MAX_WORKERS=95% npm run test:report
31
+ - name : Coveralls
32
+ uses : coverallsapp/github-action@3dfc5567390f6fa9267c0ee9c251e4c8c3f18949
You can’t perform that action at this time.
0 commit comments