From 931a9d0ca3aa095d568c710fadda65de9ff5f6cf Mon Sep 17 00:00:00 2001 From: NicoRedondoo Date: Tue, 2 Jul 2024 11:22:52 +0200 Subject: [PATCH] Prueba e2e --- .github/workflows/ci-cd.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index 17eaf94..b82c99d 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -6,7 +6,10 @@ jobs: environment: production steps: - uses: actions/checkout@v4 + - run: cd front; npm install; cd .. + - run: cd front; npm run build; cd .. - run: npm install + - run: npx playwright install --with-deps - run: npm start & - run: npm test deploy: