MM-52438 Clean up web app CI and only run when web app code is changed (#23232)
* MM-52438 Only run web app CI for PRs with web app changes * MM-52438 Don't wait to run web app tests in CI * MM-52438 Remove commented out caching * MM-52438 Reuse steps to set up webapp environment * MM-52438 Add test-ci script to root package.json * Simplify path filter
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
f48f979e1b
Коммит
3b5e556e1c
2
.github/workflows/webapp-ci-pr.yml
поставляемый
2
.github/workflows/webapp-ci-pr.yml
поставляемый
@@ -1,6 +1,8 @@
|
||||
name: Web App CI PR
|
||||
on:
|
||||
pull_request:
|
||||
paths:
|
||||
- 'webapp/**'
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
||||
Ссылка в новой задаче
Block a user