From 5bc8157d4d0e80cce273bca68e490d16e064b69a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Wed, 4 Oct 2023 16:09:27 +0200 Subject: [PATCH] chore: disable vault tests temporarily --- .github/workflows/pr.yml | 16 ++++++++-------- .github/workflows/publish.yml | 20 ++++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 7e9c3ead5..333f49a1e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -104,11 +104,11 @@ jobs: suite: 'base' 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 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9b217fdbf..adfb4bc5e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -104,23 +104,23 @@ jobs: suite: 'base' 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: - needs: [ test, lint, e2e-base, e2e-vaults ] + needs: [ test, lint, e2e-base ] name: Publish Self Hosting Docker Image uses: standardnotes/server/.github/workflows/common-self-hosting.yml@main secrets: inherit publish-services: - needs: [ test, lint, e2e-base, e2e-vaults ] + needs: [ test, lint, e2e-base ] runs-on: ubuntu-latest