Skip to content

Commit

Permalink
correction in the file path ci and pr
Browse files Browse the repository at this point in the history
  • Loading branch information
rmassei committed Feb 14, 2025
1 parent c9979e2 commit 8c9fd33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ jobs:
- name: Create a database in the postgres for lambda-miner
run: |
PGPASSWORD=postgres psql -h localhost -U postgres -c "CREATE DATABASE lambda_miner;"
PGPASSWORD=postgres psql -h localhost -U postgres -d lambda_miner -q -f ./.github/lambda_miner_database/build.sql
PGPASSWORD=postgres psql -h localhost -U postgres -d lambda_miner -q -f ./.github/lambdaminer/build.sql
PGPASSWORD=postgres psql -h localhost -U postgres -d lambda_miner -c "SELECT * FROM public.instrument;"
# Start OMERO
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ jobs:
- name: Create a database in the postgres for lambda-miner
run: |
PGPASSWORD=postgres psql -h localhost -U postgres -c "CREATE DATABASE lambda_miner;"
PGPASSWORD=postgres psql -h localhost -U postgres -d lambda_miner -q -f ./.github/lambda_miner_database/build.sql
PGPASSWORD=postgres psql -h localhost -U postgres -d lambda_miner -q -f ./.github/lambdaminer/build.sql
PGPASSWORD=postgres psql -h localhost -U postgres -d lambda_miner -c "SELECT * FROM public.instrument;"
# Start OMERO
Expand Down

0 comments on commit 8c9fd33

Please sign in to comment.