Skip to content

Commit

Permalink
setup
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Nov 1, 2023
1 parent 0e74b21 commit 7d7c2a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
run: |
sudo systemctl start postgresql
sudo -u postgres createuser -s $(id -un)
createdb openstreetmap
- name: Configure rails
run: |
cp config/github.database.yml config/database.yml
Expand All @@ -48,7 +47,7 @@ jobs:
- name: Populate database
run: |
sed -f script/normalise-structure db/structure.sql > db/structure.expected
bundle exec rails db:migrate
bundle exec rails db:setup
sed -f script/normalise-structure db/structure.sql > db/structure.actual
diff -uw db/structure.expected db/structure.actual
- name: Export javascript strings
Expand Down

0 comments on commit 7d7c2a3

Please sign in to comment.