mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
devel pipe
This commit is contained in:
@@ -50,9 +50,9 @@ env:
|
|||||||
NODE_OPTIONS: "--max-old-space-size=5120"
|
NODE_OPTIONS: "--max-old-space-size=5120"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
test-everything:
|
test-everything:
|
||||||
uses: ./.github/workflows/pull-request.yml
|
uses: ./.github/workflows/pull-request.yml
|
||||||
|
secrets: inherit
|
||||||
npm-check-bundle:
|
npm-check-bundle:
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
|||||||
@@ -1,6 +1,8 @@
|
|||||||
name: "pull-request"
|
name: "pull-request"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
workflow_call:
|
||||||
|
secrets:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, synchronize, reopened]
|
types: [opened, synchronize, reopened]
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
Reference in New Issue
Block a user