Skip to content

Commit

Permalink
cambios 12
Browse files Browse the repository at this point in the history
  • Loading branch information
jul1oCesar0 committed Nov 6, 2024
1 parent 0ddec0f commit f78a35e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vitest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:


- name: Install Vitest
run: npm install --save-dev vitest # Instalar Vitest como dependencia de desarrollo
run: npm install --save-dev vitest --force # Instalar Vitest como dependencia de desarrollo

- name: Run Vitest
run: npm run test:unit # Ejecutar las pruebas de Vitest

0 comments on commit f78a35e

Please sign in to comment.