Skip to content

Commit fb92928

Browse files
committed
added . in readme for CI/CD TEST
1 parent d7e24a3 commit fb92928

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/integrate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Frontend and Backend testing
22

33
on:
44
pull_request:
5-
branches: [ devDocker_v2 ]
5+
branches: [devDocker_v2]
66

77
jobs:
88
frontend_testing:
@@ -26,4 +26,4 @@ jobs:
2626
node-version: 18.17.1
2727
- run: npm ci
2828
- 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export DISPLAY="`sed -n 's/nameserver //p' /etc/resolv.conf`:0"
106106
2. Run `npm run build`
107107
3. Open a new terminal and run `npm run dev:app` to start the Webpack development server
108108
4. Open a new terminal and run `npm run dev:electron` to start the Electron UI in development mode
109-
...
109+
....
110110
#
111111
### Packing the Chronos desktop app into an executable
112112

0 commit comments

Comments
 (0)