mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
AAE-12192 - adding upload artifacts action (#8172)
* fix conflict * AAE-12192 upload artifact action * AAE-12192 upload artifact action * AAE-12192 upload artifact action * fix conflict * skip check approved * testing artifact upload * testing artifact upload * put devel flag again
This commit is contained in:
8
.github/actions/e2e/action.yml
vendored
8
.github/actions/e2e/action.yml
vendored
@@ -153,6 +153,14 @@ runs:
|
||||
else
|
||||
bash ./scripts/travis/e2e/e2e.sh "$E2E_TEST_ID" || exit 1
|
||||
fi
|
||||
|
||||
- name: upload artifacts on gh
|
||||
id: upload_gh
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: e2e-artifact-output
|
||||
path: /home/runner/work/alfresco-ng2-components/alfresco-ng2-components/e2e-output-*
|
||||
|
||||
- name: upload smartrunner tests results on s3 to cache tests
|
||||
shell: bash
|
||||
if: always()
|
||||
|
1
.github/workflows/pull-request.yml
vendored
1
.github/workflows/pull-request.yml
vendored
@@ -194,7 +194,6 @@ jobs:
|
||||
- uses: ./.github/actions/download-cache-and-artifacts
|
||||
- run: nx affected:build $NX_CALCULATION_FLAGS --prod
|
||||
- run: nx build demoshell --configuration production
|
||||
- run: rm -f /home/runner/work/alfresco-ng2-components/alfresco-ng2-components/node_modules/.ngcc_lock_file
|
||||
- run: nx affected --target=build-storybook $NX_CALCULATION_FLAGS --configuration ci
|
||||
- uses: ./.github/actions/upload-cache-and-artifacts
|
||||
|
||||
|
Reference in New Issue
Block a user