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:
|
||||
pull_request:
|
||||
|
2
.github/workflows/build_prs.yaml
vendored
2
.github/workflows/build_prs.yaml
vendored
@ -19,4 +19,4 @@ jobs:
|
||||
cache: 'yarn'
|
||||
- run: yarn
|
||||
- run: yarn lint
|
||||
- run: yarn build
|
||||
- run: yarn build:backend
|
||||
|
@ -63,7 +63,8 @@
|
||||
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
|
||||
"testPathIgnorePatterns": [
|
||||
"/dist/",
|
||||
"/node_modules/"
|
||||
"/node_modules/",
|
||||
"/frontend/"
|
||||
],
|
||||
"moduleFileExtensions": [
|
||||
"ts",
|
||||
|
Loading…
Reference in New Issue
Block a user