Revert "chore: fix workflow name"

This reverts commit 78d9ad3c2a.
This commit is contained in:
Karol Sójko
2023-10-02 16:18:04 +02:00
parent fff4696fa2
commit 3653ed4be5
2 changed files with 12 additions and 8 deletions

View File

@@ -76,17 +76,19 @@ jobs:
e2e-base:
name: E2E Base Test Suite
needs: build-docker
uses: standardnotes/server/.github/workflows/common-e2e.yml@main
uses: standardnotes/server/.github/workflows/e2e-test-suite.yml@main
with:
snjs_image_tag: ${{ github.sha }}
suite: base
secrets: inherit
author: ${{ github.actor }}
ref_name: "app:${{ github.ref }}"
e2e-vaults:
name: E2E Vaults Test Suite
needs: build-docker
uses: standardnotes/server/.github/workflows/common-e2e.yml@main
uses: standardnotes/server/.github/workflows/e2e-test-suite.yml@main
with:
snjs_image_tag: ${{ github.sha }}
suite: vaults
secrets: inherit
author: ${{ github.actor }}
ref_name: "app:${{ github.ref }}"