File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 66 - ' *'
77 paths :
88 - ' dapp/**'
9- - ' dapp/package.json'
10- - ' dapp/package-lock.json'
11- - ' dapp/.eslintrc.json'
12- - ' dapp/.prettierrc'
139
1410concurrency :
1511 group : ${{ github.ref }}-dapp-ci
6157
6258 - name : Test with coverage
6359 run : npm run ctest
64-
65- build :
66- runs-on : ubuntu-latest
67- defaults :
68- run :
69- working-directory : ./dapp
70- steps :
71- - uses : actions/checkout@v4
72-
73- - uses : actions/setup-node@v4
74- with :
75- node-version : 14
76- cache : ' npm'
77- cache-dependency-path : dapp/package-lock.json
78-
79- - name : Install Dependencies
80- run : npm ci
81-
82- - name : Format check
83- run : npm run check-format
84-
85- - name : Lint check
86- run : npm run lint
87-
88- - name : Test build
89- run : npm run test
You can’t perform that action at this time.
0 commit comments