File tree Expand file tree Collapse file tree 3 files changed +156
-145
lines changed Expand file tree Collapse file tree 3 files changed +156
-145
lines changed Original file line number Diff line number Diff line change 1
1
language : node_js
2
2
3
- addons :
4
- sauce_connect : true
5
-
6
- services :
7
- - mysql
8
-
9
- before_install :
10
- - mysql -uroot -e "CREATE DATABASE jsperf; GRANT ALL ON jsperf.* TO 'jsuser'@'localhost' IDENTIFIED BY 'jspass'; FLUSH PRIVILEGES;"
11
-
12
- env :
13
- - NODE_ENV=test PORT=3000 MYSQL_USER=jsuser MYSQL_PASSWORD=jspass MYSQL_DATABASE=jsperf GITHUB_CALLBACK=http://localhost:3000 BELL_COOKIE_PASS=password-should-be-32-characters COOKIE_PASS=password-should-be-32-characters
3
+ # addons:
4
+ # sauce_connect: true
5
+ #
6
+ # services:
7
+ # - mysql
8
+ #
9
+ # before_install:
10
+ # - mysql -uroot -e "CREATE DATABASE jsperf; GRANT ALL ON jsperf.* TO 'jsuser'@'localhost' IDENTIFIED BY 'jspass'; FLUSH PRIVILEGES;"
11
+ #
12
+ # env:
13
+ # - NODE_ENV=test PORT=3000 MYSQL_USER=jsuser MYSQL_PASSWORD=jspass MYSQL_DATABASE=jsperf GITHUB_CALLBACK=http://localhost:3000 BELL_COOKIE_PASS=password-should-be-32-characters COOKIE_PASS=password-should-be-32-characters
14
14
15
15
script :
16
16
- npm test
17
- - npm start &
18
- - sleep 3
19
- - curl -v http://localhost:3000/health
20
- - npm run test-e2e
17
+ # - npm start &
18
+ # - sleep 3
19
+ # - curl -v http://localhost:3000/health
20
+ # - npm run test-e2e
21
21
22
22
after_script :
23
23
- npm install -g codeclimate-test-reporter
You can’t perform that action at this time.
0 commit comments