fix head message

This commit is contained in:
Marco Carrozzo
2022-12-16 10:04:24 +01:00
parent 2d8b64581a
commit c75d891548
2 changed files with 12 additions and 9 deletions
+1 -1
View File
@@ -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"
+11 -8
View File
@@ -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