Skip to content

Commit

Permalink
[POC/CI] CI testing workflow frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
helene-nguyen committed May 7, 2024
1 parent 7573131 commit d40c37d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d40c37d

Please sign in to comment.