فهرست منبع

Remove integration tests from appveyor

Nick Babcock 6 سال پیش
والد
کامیت
4613e47327
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 4 2
      appveyor.yml

+ 4 - 2
appveyor.yml

@@ -5,5 +5,7 @@ install:
 build:
 build:
   project: OhmGraphite.sln
   project: OhmGraphite.sln
 
 
-before_test:
-  - docker run --rm -e POSTGRES_PASSWORD=123456 -p 5432:5432 -ti timescale/timescaledb
+test:
+  categories:
+    except:
+      - integration