mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
fix head message
This commit is contained in:
@@ -8,6 +8,6 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
bash -xv ./scripts/ci/job_hooks/before_install.sh "/tmp/github_vars.env"
|
bash -xv ./scripts/ci/job_hooks/before_install.sh "/tmp/github_vars.env"
|
||||||
while read ENVVAR; do
|
while read ENVVAR; do
|
||||||
echo "$ENVVAR" >> $GITHUB_ENV
|
echo "$ENVVAR" | head -n1 >> $GITHUB_ENV
|
||||||
done < "/tmp/github_vars.env"
|
done < "/tmp/github_vars.env"
|
||||||
|
|
||||||
|
|||||||
@@ -50,14 +50,17 @@ env:
|
|||||||
NODE_OPTIONS: "--max-old-space-size=5120"
|
NODE_OPTIONS: "--max-old-space-size=5120"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
# run-e2e:
|
||||||
|
# uses: ./.github/workflows/pull-request.yml
|
||||||
|
# secrets: inherit
|
||||||
run-e2e:
|
run-e2e:
|
||||||
uses: ./.github/workflows/pull-request.yml
|
uses: ./.github/workflows/release.yml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
|
||||||
npm-check-bundle:
|
# npm-check-bundle:
|
||||||
timeout-minutes: 10
|
# timeout-minutes: 10
|
||||||
runs-on: ubuntu-22.04
|
# runs-on: ubuntu-22.04
|
||||||
steps:
|
# steps:
|
||||||
- name: Checkout repository
|
# - name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
# uses: actions/checkout@v3
|
||||||
- uses: ./.github/actions/npm-check-bundle
|
# - uses: ./.github/actions/npm-check-bundle
|
||||||
|
|||||||
Reference in New Issue
Block a user