Browse Source

Revert "tmp: ci"

This reverts commit 06cedd11d8eaa2eda7b0a3b5aabfd04b8d44d599.
Karol Sójko 1 year ago
parent
commit
09e351fedb
1 changed files with 7 additions and 7 deletions
  1. 7 7
      .github/workflows/publish.yml

+ 7 - 7
.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