Skip to content

Commit ec0d6a5

Browse files
authored
Merge pull request #437 from AmbireTech/validator-test-kit
Validator test harness - running sentry servers
2 parents 06c09cf + 94e1e6b commit ec0d6a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2181
-788
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: sudo-bot/action-docker-compose@latest
1616
with:
1717
# https://docs.docker.com/compose/reference/overview/
18-
cli-args: "-f docker-compose.ci.yml up -d"
18+
cli-args: "-f docker-compose.harness.yml up -d --build"
1919
- uses: actions-rs/toolchain@v1
2020
with:
2121
# No need to add `toolchain`, it will use `rust-toolchain` file instead
@@ -26,10 +26,4 @@ jobs:
2626
- name: Run `cargo make ci-flow`
2727
# Running cargo make doesn't successfully start `ganache`
2828
run: |
29-
cargo make ci-flow
30-
# set environment variables for `primitives` postgres tests
31-
env:
32-
POSTGRES_USER: postgres
33-
POSTGRES_PASSWORD: postgres
34-
POSTGRES_HOST: localhost
35-
POSTGRES_DB: sentry_leader
29+
cargo make ci-flow

0 commit comments

Comments
 (0)