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: |
|
||||
bash -xv ./scripts/ci/job_hooks/before_install.sh "/tmp/github_vars.env"
|
||||
while read ENVVAR; do
|
||||
echo "$ENVVAR" >> $GITHUB_ENV
|
||||
echo "$ENVVAR" | head -n1 >> $GITHUB_ENV
|
||||
done < "/tmp/github_vars.env"
|
||||
|
||||
|
||||
@@ -50,14 +50,17 @@ env:
|
||||
NODE_OPTIONS: "--max-old-space-size=5120"
|
||||
|
||||
jobs:
|
||||
# run-e2e:
|
||||
# uses: ./.github/workflows/pull-request.yml
|
||||
# secrets: inherit
|
||||
run-e2e:
|
||||
uses: ./.github/workflows/pull-request.yml
|
||||
uses: ./.github/workflows/release.yml
|
||||
secrets: inherit
|
||||
|
||||
npm-check-bundle:
|
||||
timeout-minutes: 10
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- uses: ./.github/actions/npm-check-bundle
|
||||
# npm-check-bundle:
|
||||
# timeout-minutes: 10
|
||||
# runs-on: ubuntu-22.04
|
||||
# steps:
|
||||
# - name: Checkout repository
|
||||
# uses: actions/checkout@v3
|
||||
# - uses: ./.github/actions/npm-check-bundle
|
||||
|
||||
Reference in New Issue
Block a user