mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 06:43:57 +08:00
153bb1a53c
Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
20 lines
471 B
YAML
Executable File
20 lines
471 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: main
|
|
enable_tests: true
|
|
# @TODO: fix bundlewatch
|
|
enable_bundlewatch: false
|
|
|
|
secrets:
|
|
bundlewatch_github_token: ${{ secrets.BUNDLEWATCH_GITHUB_TOKEN }}
|