Skip to content

Commit

Permalink
[frontend] Test on quicker error on drone linting or check-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Kedae committed Mar 1, 2024
1 parent b72e2a9 commit 5b11a40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,19 @@ name: opencti-tests
steps:
- name: linting
image: nikolaik/python-nodejs:python3.11-nodejs20-alpine
volumes:
- name: cache-node-backend
path: /drone/src/opencti-platform/opencti-graphql/node_modules
- name: cache-node-frontend
path: /drone/src/opencti-platform/opencti-front/node_modules
commands:
- apk add build-base git libffi-dev cargo
- cd opencti-platform/opencti-graphql
- yarn install
- yarn check-ts
- yarn lint
- cd ../opencti-front
- yarn install
- yarn check-ts
- yarn lint

Expand Down

0 comments on commit 5b11a40

Please sign in to comment.