diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 370e3ce..28d87ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: run: | cd ./frontend ./compile-less.sh - yarn build + yarn run test docker-fe-build: runs-on: ubuntu-latest diff --git a/frontend/package.json b/frontend/package.json index aa331fb..f8d43ef 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -71,5 +71,10 @@ "last 1 firefox version", "last 1 safari version" ] + }, + "jest": { + "moduleNameMapper": { + "^axios$": "axios/dist/node/axios.cjs" + } } }