mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
debug pipe issue
This commit is contained in:
@@ -78,14 +78,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Check if PR is approved
|
- name: get PR number
|
||||||
id: action
|
id: action
|
||||||
if: ${{ github.event_name != 'schedule' }}
|
if: ${{ github.event_name != 'schedule' }}
|
||||||
uses: kamatama41/get-pr-number-action@v0
|
uses: kamatama41/get-pr-number-action@v0
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Show the number
|
- name: check approved
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ github.token }}
|
GH_TOKEN: ${{ github.token }}
|
||||||
DEVEL_FLAG: ${{ inputs.skip-pr-approve }} #put it to true if you need to develop the pipeline on your own branch. before the final merge put it to false
|
DEVEL_FLAG: ${{ inputs.skip-pr-approve }} #put it to true if you need to develop the pipeline on your own branch. before the final merge put it to false
|
||||||
@@ -122,9 +122,20 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
use-gh-nx-cache: false
|
use-gh-nx-cache: false
|
||||||
use-gh-node-modules-cache: false
|
use-gh-node-modules-cache: false
|
||||||
|
|
||||||
- name: run ci
|
- name: run ci
|
||||||
if: steps.setup.outputs.cache-hit != 'true'
|
if: steps.setup.outputs.cache-hit != 'true'
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
- name: display node settings
|
||||||
|
run: |
|
||||||
|
node --version
|
||||||
|
npm --version
|
||||||
|
nvm --version || true
|
||||||
|
npx nx -- version || true
|
||||||
|
# travis config
|
||||||
|
# node v14.15.4
|
||||||
|
# npm 6.14.10
|
||||||
|
# nvm 0.39.2
|
||||||
- run: nx run cli:bundle
|
- run: nx run cli:bundle
|
||||||
- run: nx run testing:bundle
|
- run: nx run testing:bundle
|
||||||
- uses: ./.github/actions/upload-job-artifacts
|
- uses: ./.github/actions/upload-job-artifacts
|
||||||
@@ -400,4 +411,3 @@ jobs:
|
|||||||
check-ps-cloud-env: ${{ matrix.e2e-test.check-ps-cloud-env }}
|
check-ps-cloud-env: ${{ matrix.e2e-test.check-ps-cloud-env }}
|
||||||
check-external-cs-env: ${{ matrix.e2e-test.check-external-cs-env }}
|
check-external-cs-env: ${{ matrix.e2e-test.check-external-cs-env }}
|
||||||
apa-proxy: ${{ matrix.e2e-test.apa-proxy }}
|
apa-proxy: ${{ matrix.e2e-test.apa-proxy }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user