浏览代码

Revert "tmp: skip ci"

This reverts commit f8c9e67063edee696097f4285a6a91c6d1d89d37.
Karol Sójko 1 年之前
父节点
当前提交
b8e39d76c1
共有 1 个文件被更改,包括 7 次插入7 次删除
  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