mirror of
https://github.com/flarum/framework.git
synced 2024-12-01 14:20:47 +08:00
f67ca5782a
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
19 lines
438 B
YAML
Executable File
19 lines
438 B
YAML
Executable File
name: Framework JS
|
|
|
|
on: [workflow_dispatch, push, pull_request]
|
|
|
|
jobs:
|
|
run:
|
|
uses: ./.github/workflows/REUSABLE_frontend.yml
|
|
with:
|
|
frontend_directory: ./
|
|
backend_directory: ./
|
|
js_package_manager: yarn
|
|
cache_dependency_path: ./yarn.lock
|
|
main_git_branch: 2.x
|
|
enable_tests: true
|
|
enable_bundlewatch: true
|
|
|
|
secrets:
|
|
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
|