diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e543e3071..bd9811d20 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -103,10 +103,10 @@ jobs: snjs_image_tag: 'latest' suite: 'base' - # e2e-vaults: - # needs: build - # name: E2E Vaults Suite - # uses: standardnotes/server/.github/workflows/common-e2e.yml@main - # with: - # snjs_image_tag: 'latest' - # suite: 'vaults' + e2e-vaults: + needs: build + name: E2E Vaults Suite + uses: standardnotes/server/.github/workflows/common-e2e.yml@main + with: + snjs_image_tag: 'latest' + suite: 'vaults' diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2d3bee216..2a78ca296 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -103,13 +103,13 @@ jobs: snjs_image_tag: 'latest' suite: 'base' - # e2e-vaults: - # needs: build - # name: E2E Vaults Suite - # uses: standardnotes/server/.github/workflows/common-e2e.yml@main - # with: - # snjs_image_tag: 'latest' - # suite: 'vaults' + e2e-vaults: + needs: build + name: E2E Vaults Suite + uses: standardnotes/server/.github/workflows/common-e2e.yml@main + with: + snjs_image_tag: 'latest' + suite: 'vaults' publish-self-hosting: needs: [ test, lint, e2e-base ]