mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-09 00:18:00 +01:00
Fix workflows
This commit is contained in:
parent
f4f0ed00fc
commit
eb82686a1e
2
.github/workflows/build_frontend_prs.yml
vendored
2
.github/workflows/build_frontend_prs.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Node.js CI
|
name: Frontend tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
2
.github/workflows/build_prs.yaml
vendored
2
.github/workflows/build_prs.yaml
vendored
@ -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
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user