feat: Refactor E2E functional for readability and reusability (#2988)

This commit is contained in:
Antonis Stamatiou
2024-03-22 12:30:31 +02:00
committed by GitHub
parent 7c2b4ec502
commit 81c3a07412
4 changed files with 307 additions and 402 deletions

View File

@@ -46,8 +46,15 @@ jobs:
nightly-e2e:
needs:
- tag-nightly-build
uses: ./.github/workflows/e2e-functional.yml
strategy:
matrix:
runs-on:
- macos-13
- ubuntu-22.04
- windows-2022
uses: ./.github/workflows/e2e-functional-template.yml
secrets: inherit
with:
tag: ${{ needs.tag-nightly-build.outputs.tag }}
runs-on: ${{ matrix.runs-on }}
nightly: true
DESKTOP_VERSION: ${{ needs.tag-nightly-build.outputs.tag }}