1
0
mirror of https://github.com/flarum/core.git synced 2025-08-31 20:02:06 +02:00

feat(actions): allow running JS tests in GH actions (#3730)

Signed-off-by: Sami Mazouz <sychocouldy@gmail.com>
This commit is contained in:
Sami Mazouz
2023-02-11 13:19:57 +01:00
committed by GitHub
parent ee1e04cdc2
commit 153bb1a53c
2 changed files with 17 additions and 3 deletions

View File

@@ -11,6 +11,9 @@ jobs:
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 }}