chore: fix workflow name

This commit is contained in:
Karol Sójko
2023-10-02 15:17:04 +02:00
parent eb170843e7
commit 78d9ad3c2a
2 changed files with 8 additions and 12 deletions

View File

@@ -69,23 +69,21 @@ jobs:
name: E2E Base Test Suite
needs: build-docker
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
uses: standardnotes/server/.github/workflows/e2e-test-suite.yml@main
uses: standardnotes/server/.github/workflows/common-e2e.yml@main
with:
snjs_image_tag: ${{ github.sha }}
suite: base
author: ${{ github.actor }}
ref_name: "app:${{ github.ref }}"
secrets: inherit
e2e-vaults:
name: E2E Vaults Test Suite
needs: build-docker
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
uses: standardnotes/server/.github/workflows/e2e-test-suite.yml@main
uses: standardnotes/server/.github/workflows/common-e2e.yml@main
with:
snjs_image_tag: ${{ github.sha }}
suite: vaults
author: ${{ github.actor }}
ref_name: "app:${{ github.ref }}"
secrets: inherit
publish:
name: Publish to NPM

View File

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