瀏覽代碼

ci: skip func tests with legacy postgres driver (keep pgx) (#1864)

mmetc 2 年之前
父節點
當前提交
502a3cf841
共有 1 個文件被更改,包括 17 次插入17 次删除
  1. 17 17
      .github/workflows/bats-postgres.yml

+ 17 - 17
.github/workflows/bats-postgres.yml

@@ -71,23 +71,23 @@ jobs:
         PGPASSWORD: "secret"
         PGPASSWORD: "secret"
         PGUSER: postgres
         PGUSER: postgres
 
 
-    - name: "Build crowdsec and fixture (DB_BACKEND: postgres)"
-      run: make clean bats-build bats-fixture
-      env:
-        DB_BACKEND: postgres
-        PGHOST: 127.0.0.1
-        PGPORT: 5432
-        PGPASSWORD: "secret"
-        PGUSER: postgres
-
-    - name: "Run tests (DB_BACKEND: postgres)"
-      run: make bats-test
-      env:
-        DB_BACKEND: postgres
-        PGHOST: 127.0.0.1
-        PGPORT: 5432
-        PGPASSWORD: "secret"
-        PGUSER: postgres
+#    - name: "Build crowdsec and fixture (DB_BACKEND: postgres)"
+#      run: make clean bats-build bats-fixture
+#      env:
+#        DB_BACKEND: postgres
+#        PGHOST: 127.0.0.1
+#        PGPORT: 5432
+#        PGPASSWORD: "secret"
+#        PGUSER: postgres
+#
+#    - name: "Run tests (DB_BACKEND: postgres)"
+#      run: make bats-test
+#      env:
+#        DB_BACKEND: postgres
+#        PGHOST: 127.0.0.1
+#        PGPORT: 5432
+#        PGPASSWORD: "secret"
+#        PGUSER: postgres
 
 
     - name: "Show crowdsec logs"
     - name: "Show crowdsec logs"
       run:
       run: