mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-6688] excluding & fixing failing tests (#3624)
* [ACS-6688] excluding excluded tests * [ACS-6688] Shortened notes for excluded tests * [ACS-6688] New patch of excluded tests * [ACS-6688] few more excluded + one test fixed + timeout longer for library actions * [ACS-6688] added longer timeout for github actions failing test * exclude user test fix in ACS-6699 * [ACS-6688] Next patch of fixed tests * [ACS-6688] last batch of excludes and one test fix * [ACS-6688] Trash Admin fix * [ACS-6688] .only deleted from trash admin test * [ACS-6688] Reverted the global-variables.ts file changes * [ACS-6688] small fixes * [ACS-6688] spaces changed * [ACS-6688] trash admin test excluded --------- Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
This commit is contained in:
@@ -28,11 +28,3 @@ runs:
|
||||
echo "Running playwright tests with options ${{ inputs.options }}"
|
||||
sleep 90
|
||||
npx nx run ${{ inputs.options }}-e2e:e2e
|
||||
|
||||
|
||||
- name: Upload E2Es results
|
||||
if: ${{ always() }}
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ${{ inputs.artifact-name }}
|
||||
path: test-results/
|
||||
|
Reference in New Issue
Block a user