Skip to content

Commit 74a994e

Browse files
committed
Revert some debug changes
1 parent db3ad29 commit 74a994e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.env.testing.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DATABASE_HOST=localhost
1+
# DATABASE_HOST - localhost
22
# DATABASE_PORT - unused
33
# CI uses a hard-coded range 6000-6007 of ports and corresponding hosts,
44
# locally it discovers running containers

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,9 @@ jobs:
4040
- name: Install unzip
4141
run: apt-get update && apt-get install -y unzip
4242
- name: Run tests
43-
run: cp .env.testing.template .env.testing && swift test --filter AnalyzerTests
43+
run: cp .env.testing.template .env.testing && make test
4444
env:
4545
COLLECTION_SIGNING_PRIVATE_KEY: ${{ secrets.COLLECTION_SIGNING_PRIVATE_KEY }}
46-
DATABASEPOOL_SIZE: 8
4746
services:
4847
spi_test_0:
4948
image: postgres:16-alpine

0 commit comments

Comments
 (0)