We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3ad29 commit 74a994eCopy full SHA for 74a994e
.env.testing.template
@@ -1,4 +1,4 @@
1
-# DATABASE_HOST=localhost
+# DATABASE_HOST - localhost
2
# DATABASE_PORT - unused
3
# CI uses a hard-coded range 6000-6007 of ports and corresponding hosts,
4
# locally it discovers running containers
.github/workflows/ci.yml
@@ -40,10 +40,9 @@ jobs:
40
- name: Install unzip
41
run: apt-get update && apt-get install -y unzip
42
- name: Run tests
43
- run: cp .env.testing.template .env.testing && swift test --filter AnalyzerTests
+ run: cp .env.testing.template .env.testing && make test
44
env:
45
COLLECTION_SIGNING_PRIVATE_KEY: ${{ secrets.COLLECTION_SIGNING_PRIVATE_KEY }}
46
- DATABASEPOOL_SIZE: 8
47
services:
48
spi_test_0:
49
image: postgres:16-alpine
0 commit comments