diff --git a/.drone.yml b/.drone.yml index 7033336..e7d1375 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,3 +13,11 @@ steps: - go vet ./... - staticcheck ./... - go test -bench=. -benchmem -cover ./... + +- name: frontend + image: node:14 + commands: + - cd frontend + - yarn + - yarn build + - yarn test \ No newline at end of file diff --git a/frontend/package.json b/frontend/package.json index a5b8f89..e8fec40 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,7 +21,7 @@ "scripts": { "start": "react-scripts start", "build": "react-scripts build", - "test": "react-scripts test", + "test": "echo 'no tests yet' # react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": {