Skip to content

Commit

Permalink
Fix fog conformance and local network test in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-mobilecoin committed Dec 11, 2023
1 parent 8db9a67 commit 2b5309d
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -355,9 +355,7 @@ jobs:
- name: fog_conformance_tests.py
working-directory: tools/fog-local-network
env:
# TEST_DATABASE_URL points at the server, as Fog recovery DB tests
# create and drop PG databases.
TEST_DATABASE_URL: postgres://postgres:postgres@postgres
DATABASE_URL: postgres://postgres:postgres@postgres
run: |
. ./env/bin/activate
python3 fog_conformance_tests.py --release
Expand Down Expand Up @@ -442,9 +440,7 @@ jobs:
- name: Run local network
env:
# TEST_DATABASE_URL points at the server, as Fog recovery DB tests
# create and drop PG databases.
TEST_DATABASE_URL: postgres://postgres:postgres@postgres
DATABASE_URL: postgres://postgres:postgres@postgres
run: |
BIN_DIR="$PWD/target/release"
SCRIPT_DIR="$PWD/tools/fog-local-network"
Expand Down

0 comments on commit 2b5309d

Please sign in to comment.