We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a794d2 commit 12197e3Copy full SHA for 12197e3
1 file changed
.github/workflows/tests.yml
@@ -89,6 +89,7 @@ jobs:
89
psql -d postgresql://postgres:postgres@localhost:5432/$db -c "create extension postgis"
90
done
91
- name: Run Tests
92
+ id: test
93
run: bundle exec rake test
94
env:
95
PGHOST: localhost
0 commit comments