Add Gitea CI workflow
Test / Run unit tests (pull_request) Failing after 5m38s
Test / Run unit tests (push) Failing after 5m59s
Test / Run integration tests (pull_request) Failing after 19m19s
Test / Run integration tests (push) Failing after 40m57s

* use dedicated access token for pulling private repos

Co-authored-by: Thomas E Lackey <telackey@bozemanpass.com>
This commit was merged in pull request #2.
This commit is contained in:
2023-07-14 13:16:51 +08:00
co-authored by telackey
parent cc17762fdc
commit 03f5622bea
7 changed files with 135 additions and 20 deletions
+1 -4
View File
@@ -1,5 +1,3 @@
version: "3.2"
services:
migrations:
restart: on-failure
@@ -16,12 +14,11 @@ services:
ipld-eth-db:
image: timescale/timescaledb:latest-pg14
restart: always
command: ["postgres", "-c", "log_statement=all"]
environment:
POSTGRES_USER: "vdbm"
POSTGRES_DB: "cerc_testing"
POSTGRES_PASSWORD: "password"
ports:
- "127.0.0.1:8077:5432"
- 127.0.0.1:8077:5432
volumes:
- ../indexer/database/file:/file_indexer
+1
View File
@@ -0,0 +1 @@
github.com/cerc-io/ipld-eth-db v5.0.2-alpha