File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Frontend and Backend testing
2
2
3
3
on :
4
4
pull_request :
5
- branches : [ devDocker_v2 ]
5
+ branches : [devDocker_v2]
6
6
7
7
jobs :
8
8
frontend_testing :
26
26
node-version : 18.17.1
27
27
- run : npm ci
28
28
- run : npm run build
29
- - run : npx jest --config __backend-tests__/jest.config.js --verbose
29
+ - run : npx jest --config __backend-tests__/jest.config.js --verbose
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export DISPLAY="`sed -n 's/nameserver //p' /etc/resolv.conf`:0"
106
106
2 . Run ` npm run build `
107
107
3 . Open a new terminal and run ` npm run dev:app ` to start the Webpack development server
108
108
4 . Open a new terminal and run ` npm run dev:electron ` to start the Electron UI in development mode
109
- ...
109
+ ....
110
110
#
111
111
### Packing the Chronos desktop app into an executable
112
112
You can’t perform that action at this time.
0 commit comments