mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-9761] ACA run e2e with env (#4613)
* [ACS-9743] enable fix e2e * [ACS-9761] workflow for run e2e with custom env * [ACS-9761] to test workflow work correctly * [ACS-9761] to test workflow works * [ACS-9761] to change workflow name * [ACS-9761] to test workflow works * [ACS-9761] to test workflow works * [ACS-9761] to test workflow user pass set * [ACS-9761] workflow correction with variable * [ACS-9761] workflow test with pipeline env * [ACS-9761] workflow changes to pass e2e * [ACS-9761] workflow changes to pass e2e * ACS-9761 fix workflow with url * ACS-9761 fix workflow with url * [ACS-9761] remove temp changes to run workflow on pr * [ACS-9761] update with flow with review changes
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
name: "After e2e"
|
||||
description: "Runs cleanup tasks after e2e run"
|
||||
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- name: Remove storage file
|
||||
shell: bash
|
||||
run: rm -f ./storage-state/AdminUserState.json
|
||||
Reference in New Issue
Block a user