Parcourir la source

chore: disable e2e-tests for now so we can ship with ✅

Gabriel Horner il y a 1 an
Parent
commit
ea6ea6f4f2
2 fichiers modifiés avec 6 ajouts et 0 suppressions
  1. 2 0
      .github/workflows/build.yml
  2. 4 0
      .github/workflows/e2e.yml

+ 2 - 0
.github/workflows/build.yml

@@ -175,6 +175,8 @@ jobs:
         run: cd deps/db && yarn nbb-logseq script/validate_client_db.cljs ../../scripts/db-graph-with-props ../../scripts/db-graph-with-schema --closed-maps --group-errors
 
   e2e-test:
+    # TODO: Re-enable when ready to enable tests for file graphs
+    if: false
     runs-on: ubuntu-latest
 
     steps:

+ 4 - 0
.github/workflows/e2e.yml

@@ -14,6 +14,10 @@ on:
     paths:
       - 'e2e-tests/**'
 
+# TODO: Re-enable when ready to enable tests for file graphs
+defaults:
+  if: false
+
 env:
   CLOJURE_VERSION: '1.11.1.1413'
   JAVA_VERSION: '11'