Skip to content

Commit

Permalink
Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Oct 31, 2022
1 parent 360d315 commit 461f2ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:10
- image: circleci/node:16
environment:
MYSQL_DATABASE: test_db
MYSQL_USER: user
Expand Down Expand Up @@ -51,6 +51,7 @@ jobs:
- run:
name: Install MySQL CLI
command: |
sudo apt-get update
sudo apt-get install mysql-client
mysql -h 127.0.0.1 -u user -ppassw0rd test_db < sql-data/dummy.sql
mysql -h 127.0.0.1 -u user -ppassw0rd --execute="SELECT * FROM test_db.persons"
Expand Down

0 comments on commit 461f2ad

Please sign in to comment.