Skip to content

HCK-7326: FE crashes in browser due to lodash AMD import check #32

HCK-7326: FE crashes in browser due to lodash AMD import check

HCK-7326: FE crashes in browser due to lodash AMD import check #32

Workflow file for this run

name: PR tests
on:
pull_request:
types: [auto_merge_enabled]
workflow_dispatch:
jobs:
skip:
name: Report fake success for PR tests
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- uses: LouisBrunner/checks-action@v2.0.0
with:
name: Run PR tests (Plugins) (Plugins)
conclusion: success
token: ${{ secrets.GITHUB_TOKEN }}