|
@@ -104,23 +104,23 @@ jobs:
|
|
suite: 'base'
|
|
suite: 'base'
|
|
secrets: inherit
|
|
secrets: inherit
|
|
|
|
|
|
- e2e-vaults:
|
|
|
|
- needs: build
|
|
|
|
- name: E2E Vaults Suite
|
|
|
|
- uses: standardnotes/server/.github/workflows/common-e2e.yml@main
|
|
|
|
- with:
|
|
|
|
- snjs_image_tag: 'latest'
|
|
|
|
- suite: 'vaults'
|
|
|
|
- secrets: inherit
|
|
|
|
|
|
+ # e2e-vaults:
|
|
|
|
+ # needs: build
|
|
|
|
+ # name: E2E Vaults Suite
|
|
|
|
+ # uses: standardnotes/server/.github/workflows/common-e2e.yml@main
|
|
|
|
+ # with:
|
|
|
|
+ # snjs_image_tag: 'latest'
|
|
|
|
+ # suite: 'vaults'
|
|
|
|
+ # secrets: inherit
|
|
|
|
|
|
publish-self-hosting:
|
|
publish-self-hosting:
|
|
- needs: [ test, lint, e2e-base, e2e-vaults ]
|
|
|
|
|
|
+ needs: [ test, lint, e2e-base ]
|
|
name: Publish Self Hosting Docker Image
|
|
name: Publish Self Hosting Docker Image
|
|
uses: standardnotes/server/.github/workflows/common-self-hosting.yml@main
|
|
uses: standardnotes/server/.github/workflows/common-self-hosting.yml@main
|
|
secrets: inherit
|
|
secrets: inherit
|
|
|
|
|
|
publish-services:
|
|
publish-services:
|
|
- needs: [ test, lint, e2e-base, e2e-vaults ]
|
|
|
|
|
|
+ needs: [ test, lint, e2e-base ]
|
|
|
|
|
|
runs-on: ubuntu-latest
|
|
runs-on: ubuntu-latest
|
|
|
|
|