Skip to content

Commit

Permalink
Add rwf_users db
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Dec 4, 2024
1 parent 6b418dd commit 4532983
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
sudo service postgresql restart
sudo -u postgres createuser --superuser --login $USER
createdb $USER
createdb rwf_users
psql postgres://[email protected]:5432/$USER -c "SELECT 1" > /dev/null
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 4532983

Please sign in to comment.