1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

Fix workflows

This commit is contained in:
sjaanus 2022-08-24 13:39:49 +00:00
parent f4f0ed00fc
commit eb82686a1e
3 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
name: Node.js CI name: Frontend tests
on: on:
pull_request: pull_request:

View File

@ -19,4 +19,4 @@ jobs:
cache: 'yarn' cache: 'yarn'
- run: yarn - run: yarn
- run: yarn lint - run: yarn lint
- run: yarn build - run: yarn build:backend

View File

@ -63,7 +63,8 @@
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$", "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"testPathIgnorePatterns": [ "testPathIgnorePatterns": [
"/dist/", "/dist/",
"/node_modules/" "/node_modules/",
"/frontend/"
], ],
"moduleFileExtensions": [ "moduleFileExtensions": [
"ts", "ts",