Skip to content
This repository was archived by the owner on Jun 22, 2021. It is now read-only.

Commit 86010dd

Browse files
committed
ci(circle): Attempts to fix build.
1 parent c16853c commit 86010dd

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.circleci/config.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,6 @@ jobs:
3131
- run:
3232
name: Compiling Code
3333
command: npm run build
34-
- run:
35-
name: MySQL Setup
36-
command: |
37-
mysql -e "CREATE DATABASE IF NOT EXISTS jsentityreposknex;" -uroot
38-
mysql -e "CREATE USER 'jsentityrepos'@'127.0.0.1' IDENTIFIED BY 'pword';" -uroot;
39-
mysql -e "GRANT ALL PRIVILEGES ON * . * TO 'jsentityrepos'@'127.0.0.1';" -uroot;
40-
mysql -e "FLUSH PRIVILEGES;" -uroot;
4134
- run:
4235
name: Running tests
4336
command: npm run cover

0 commit comments

Comments
 (0)