From fd674c1cff29e2aeb49b2641640df65dc41594c5 Mon Sep 17 00:00:00 2001 From: Helene Nguyen Date: Thu, 18 Apr 2024 09:50:19 +0200 Subject: [PATCH] [POC/CI] Add build front and back --- .github/workflows/ci-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 4a93d3330180..4edb7141a294 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -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