mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
* [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
9 lines
205 B
YAML
9 lines
205 B
YAML
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 |