Browse Source

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

mmetc 2 năm trước cách đây
mục cha
commit
502a3cf841
1 tập tin đã thay đổi với 17 bổ sung17 xóa
  1. 17 17
      .github/workflows/bats-postgres.yml

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

@@ -71,23 +71,23 @@ jobs:
         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: "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"
       run: