From b8e39d76c1a247f809bdf5017ffd03209c19b324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Wed, 9 Aug 2023 18:01:09 +0200 Subject: [PATCH] Revert "tmp: skip ci" This reverts commit f8c9e67063edee696097f4285a6a91c6d1d89d37. --- .github/workflows/publish.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 6270d2734..96c27abcc 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -95,20 +95,20 @@ jobs: - name: Test run: yarn test - # e2e: - # needs: build - # name: E2E - # uses: standardnotes/server/.github/workflows/common-e2e.yml@main - # secrets: inherit + e2e: + needs: build + name: E2E + uses: standardnotes/server/.github/workflows/common-e2e.yml@main + secrets: inherit publish-self-hosting: - needs: [ test, lint ] + needs: [ test, lint, e2e ] name: Publish Self Hosting Docker Image uses: standardnotes/server/.github/workflows/common-self-hosting.yml@main secrets: inherit publish-services: - needs: [ test, lint ] + needs: [ test, lint, e2e ] runs-on: ubuntu-latest