Skip to content

Commit

Permalink
fixup! add nautilus-cli install and init-postgres in github action wo…
Browse files Browse the repository at this point in the history
…rkflow
  • Loading branch information
filipmacek committed Apr 25, 2024
1 parent 2c7e113 commit 0016f7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Install Nautilus CLI and run init postgres
run: |
make install-cli
nautilus database init --host localhost --port 5432 --user postgres --password pass --database nautilus
nautilus database init --host localhost --port 5432 --username postgres --password pass --database nautilus
- name: Run nautilus_core cargo tests (Linux)
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@

use nautilus_infrastructure::sql::{
cache_database::PostgresCacheDatabase,
pg::{
connect_pg, delete_nautilus_postgres_tables, drop_postgres, init_postgres,
PostgresConnectOptions,
},
pg::{connect_pg, delete_nautilus_postgres_tables, PostgresConnectOptions},
};
use sqlx::PgPool;

Expand Down

0 comments on commit 0016f7b

Please sign in to comment.