From d40c37d702ee5e7ae0b9532ec2765f92f541ced0 Mon Sep 17 00:00:00 2001 From: Helene Nguyen Date: Tue, 7 May 2024 15:44:02 +0200 Subject: [PATCH] [POC/CI] CI testing workflow frontend --- .github/workflows/ci-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index c7b5d401626d..bd02f961e5f7 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -62,8 +62,8 @@ jobs: BACK_END_URL: http://opencti-e2e-start:4500 E2E_TEST: true run: | - apt-get update - apt-get -y install netcat-traditional + sudo apt-get update + sudo apt-get -y install netcat-traditional npx playwright install --with-deps chromium yarn test:e2e