Skip to content

Commit

Permalink
[POC/CI] correct yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
helene-nguyen committed Apr 18, 2024
1 parent 9aaaeb2 commit 4401680
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,26 +41,31 @@ jobs:

- name: Run linter and check TS
run: |
cd opencti-platform/opencti-front
yarn lint
yarn check-ts
- name: Run unit and integration tests
run: yarn test
run: |
cd opencti-platform/opencti-front
yarn test
- name: Run test e2e
run: |
cd opencti-platform/opencti-front
yarn playwright install --with-deps
yarn test:e2e
- name: Install backend dependencies into Alpine
run: |
cd ../opencti-graphql
cd opencti-platform/opencti-graphql
yarn install
yarn build
shell: alpine.sh {0}

- name: Run linter and check TS
run: |
cd opencti-platform/opencti-graphql
yarn lint
yarn check-ts
Expand Down

0 comments on commit 4401680

Please sign in to comment.