Files
alfresco-content-app/.github/actions/after-e2e/action.yml
Akash Rathod 6d5aae6420 [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
2025-06-17 12:48:38 +02:00

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