Skip to content

Commit

Permalink
try fixing psql
Browse files Browse the repository at this point in the history
  • Loading branch information
www committed Aug 10, 2024
1 parent c63d243 commit 0f73636
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,13 @@ jobs:
dev-files: true

- run: createdb runner
- run: psql -c "CREATE ROLE antiraid WITH PASSWORD 'runner';"
- run: createdb antiraid

- name: Setup Postgres
run: data/misc/ibl db load data/seed.iblcli-seed
run: data/misc/ibl db load data/seed.iblcli-seed --db antiraid
env:
PGPASSWORD: runner

- name: Fetch all submodules
run: git submodule update --init --recursive
Expand Down
Binary file modified data/seed.iblcli-seed
Binary file not shown.

0 comments on commit 0f73636

Please sign in to comment.