Remove Unit test from deployment CI

This commit is contained in:
Félix MARQUET
2024-10-18 09:05:41 +02:00
committed by GitHub
parent 590e373d46
commit 07a090d998

View File

@@ -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: