From 15969eff43befda19e24ea03a91e96784f736e69 Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Sat, 1 Mar 2025 09:46:21 +0100 Subject: [PATCH] ci: replace test:unit by test:front --- Jenkinsfile | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index a52a9e91df8..ea3f1b439c0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -94,7 +94,7 @@ pipeline { parallel { stage('Unit') { steps { - sh 'pnpm run test:unit:ci' + sh 'pnpm run test:front:ci' } post { always { diff --git a/README.md b/README.md index e87a84d6099..262e12e5834 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ quasar dev ### Run unit tests ```bash -pnpm run test:unit +pnpm run test:front ``` ### Run e2e tests