chore: fix workflow name
This commit is contained in:
10
.github/workflows/publish.yml
vendored
10
.github/workflows/publish.yml
vendored
@@ -69,23 +69,21 @@ jobs:
|
|||||||
name: E2E Base Test Suite
|
name: E2E Base Test Suite
|
||||||
needs: build-docker
|
needs: build-docker
|
||||||
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
|
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:
|
with:
|
||||||
snjs_image_tag: ${{ github.sha }}
|
snjs_image_tag: ${{ github.sha }}
|
||||||
suite: base
|
suite: base
|
||||||
author: ${{ github.actor }}
|
secrets: inherit
|
||||||
ref_name: "app:${{ github.ref }}"
|
|
||||||
|
|
||||||
e2e-vaults:
|
e2e-vaults:
|
||||||
name: E2E Vaults Test Suite
|
name: E2E Vaults Test Suite
|
||||||
needs: build-docker
|
needs: build-docker
|
||||||
if: "${{ contains(github.event.head_commit.message, 'skip e2e') == false }}"
|
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:
|
with:
|
||||||
snjs_image_tag: ${{ github.sha }}
|
snjs_image_tag: ${{ github.sha }}
|
||||||
suite: vaults
|
suite: vaults
|
||||||
author: ${{ github.actor }}
|
secrets: inherit
|
||||||
ref_name: "app:${{ github.ref }}"
|
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
name: Publish to NPM
|
name: Publish to NPM
|
||||||
|
|||||||
10
.github/workflows/snjs.pr.yml
vendored
10
.github/workflows/snjs.pr.yml
vendored
@@ -76,19 +76,17 @@ jobs:
|
|||||||
e2e-base:
|
e2e-base:
|
||||||
name: E2E Base Test Suite
|
name: E2E Base Test Suite
|
||||||
needs: build-docker
|
needs: build-docker
|
||||||
uses: standardnotes/server/.github/workflows/e2e-test-suite.yml@main
|
uses: standardnotes/server/.github/workflows/common-e2e.yml@main
|
||||||
with:
|
with:
|
||||||
snjs_image_tag: ${{ github.sha }}
|
snjs_image_tag: ${{ github.sha }}
|
||||||
suite: base
|
suite: base
|
||||||
author: ${{ github.actor }}
|
secrets: inherit
|
||||||
ref_name: "app:${{ github.ref }}"
|
|
||||||
|
|
||||||
e2e-vaults:
|
e2e-vaults:
|
||||||
name: E2E Vaults Test Suite
|
name: E2E Vaults Test Suite
|
||||||
needs: build-docker
|
needs: build-docker
|
||||||
uses: standardnotes/server/.github/workflows/e2e-test-suite.yml@main
|
uses: standardnotes/server/.github/workflows/common-e2e.yml@main
|
||||||
with:
|
with:
|
||||||
snjs_image_tag: ${{ github.sha }}
|
snjs_image_tag: ${{ github.sha }}
|
||||||
suite: vaults
|
suite: vaults
|
||||||
author: ${{ github.actor }}
|
secrets: inherit
|
||||||
ref_name: "app:${{ github.ref }}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user