From f4accc66fa5994a930030d562cac00439c907fbe Mon Sep 17 00:00:00 2001 From: corentin Date: Thu, 17 Aug 2023 12:23:39 -0700 Subject: [PATCH] use ci-8-cores --- .github/workflows/ci-front.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-front.yaml b/.github/workflows/ci-front.yaml index f23d6169a..59f8dc1fb 100644 --- a/.github/workflows/ci-front.yaml +++ b/.github/workflows/ci-front.yaml @@ -6,7 +6,7 @@ on: pull_request_target: jobs: front-test: - runs-on: ci-4-cores + runs-on: ci-8-cores env: REACT_APP_SERVER_BASE_URL: http://localhost:3000 steps: