ci: fix test runs

This commit is contained in:
2024-03-18 22:53:31 +01:00
parent 6a45f825b1
commit fb2f3355fd
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
run: |
cd ./frontend
./compile-less.sh
yarn build
yarn run test
docker-fe-build:
runs-on: ubuntu-latest
+5
View File
@@ -71,5 +71,10 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"moduleNameMapper": {
"^axios$": "axios/dist/node/axios.cjs"
}
}
}