Skip to content

Commit

Permalink
[POC/CI] Add build front and back
Browse files Browse the repository at this point in the history
  • Loading branch information
helene-nguyen committed Apr 18, 2024
1 parent a1fbe7a commit fd674c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,14 @@ jobs:
run: |
cd opencti-platform/opencti-front
yarn install
yarn build
yarn lint
yarn check-ts
yarn test
yarn test:e2e
cd ../opencti-graphql
yarn install
yarn build
yarn lint
yarn check-ts
yarn test:dev
Expand Down

0 comments on commit fd674c1

Please sign in to comment.