mirror of
https://github.com/usatiuk/writer.git
synced 2025-10-29 00:17:48 +01:00
Update config.yml
This commit is contained in:
@@ -2,7 +2,7 @@ version: 2
|
|||||||
jobs:
|
jobs:
|
||||||
test-backend:
|
test-backend:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/node:lts
|
- image: cimg/node:14.20
|
||||||
- image: cimg/mariadb:10.8
|
- image: cimg/mariadb:10.8
|
||||||
environment:
|
environment:
|
||||||
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
|
MYSQL_ALLOW_EMPTY_PASSWORD: "true"
|
||||||
@@ -35,7 +35,7 @@ jobs:
|
|||||||
|
|
||||||
test-frontend:
|
test-frontend:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/node:lts
|
- image: cimg/node:14.20
|
||||||
|
|
||||||
working_directory: ~/writer/frontend
|
working_directory: ~/writer/frontend
|
||||||
|
|
||||||
@@ -74,7 +74,7 @@ jobs:
|
|||||||
|
|
||||||
test-frontend-build:
|
test-frontend-build:
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/node:lts
|
- image: cimg/node:14.20
|
||||||
|
|
||||||
working_directory: ~/writer/frontend
|
working_directory: ~/writer/frontend
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user