Skip to content

Commit

Permalink
Fix location of schema file
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Oct 29, 2023
1 parent cf75853 commit 3b7f0fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-unmnemonic-devices-vrs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up database
run: psql -f unmnemonic_devices_vrs/tests/api/fixtures/schema.sql postgres://postgres:postgres@localhost:5432/postgres
run: psql -f unmnemonic_devices_vrs/tests/fixtures/schema.sql postgres://postgres:postgres@localhost:5432/postgres
- uses: dtolnay/[email protected]
- uses: Swatinem/rust-cache@v2
- name: Run tests
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up database
run: psql -f unmnemonic_devices_vrs/tests/api/fixtures/schema.sql postgres://postgres:postgres@localhost:5432/postgres
run: psql -f unmnemonic_devices_vrs/tests/fixtures/schema.sql postgres://postgres:postgres@localhost:5432/postgres
- uses: dtolnay/[email protected]
with:
components: clippy
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up database
run: psql -f unmnemonic_devices_vrs/tests/api/fixtures/schema.sql postgres://postgres:postgres@localhost:5432/postgres
run: psql -f unmnemonic_devices_vrs/tests/fixtures/schema.sql postgres://postgres:postgres@localhost:5432/postgres
- uses: dtolnay/[email protected]
- name: Install postgresql-client
run: sudo apt-get update && sudo apt-get install postgresql-client -y
Expand Down

0 comments on commit 3b7f0fe

Please sign in to comment.