From 07a090d99861f10a0a895b671d97194575dddf27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MARQUET?= <72651575+BreizhHardware@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:05:41 +0200 Subject: [PATCH] Remove Unit test from deployment CI --- .github/workflows/deploy.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8447c3e..acf958e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,26 +28,6 @@ jobs: npm ci npm run build - - name: Install http-server - run: npm install --save-dev http-server - - - name: Start HTTP server - run: npx http-server ./dist -p 8080 & - env: - CI: true - - - name: Run Cypress tests and Browserslist - run: npm run test - env: - CYPRESS_baseUrl: http://localhost:8080 - - - name: Upload Cypress screenshots - if: failure() - uses: actions/upload-artifact@v4 - with: - name: cypress-screenshots - path: cypress/screenshots - - name: Copy build directory to server uses: Dylan700/sftp-upload-action@v1.2.3 with: