Skip to content

Commit

Permalink
refactor nautilus cli install and run for github build action
Browse files Browse the repository at this point in the history
  • Loading branch information
filipmacek committed Apr 25, 2024
1 parent c5c2c73 commit ee06525
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build_postgres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,14 @@ jobs:
- name: Install Nautilus CLI and run init postgres
run: |
make install-cli
nautilus database init --host localhost --port 5432 --username postgres --password pass --database nautilus
nautilus database init --schema ${{ github.workspace }}/schema
env:
POSTGRES_HOST: localhost
POSTGRES_PORT: 5432
POSTGRES_USERNAME: postgres
POSTGRES_PASSWORD: pass
POSTGRES_DATABASE: nautilus


- name: Run nautilus_core cargo tests (Linux)
run: |
Expand Down

0 comments on commit ee06525

Please sign in to comment.