Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathansberry committed Nov 19, 2024
1 parent 22831b7 commit f1aef8a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ jobs:
echo "Upgrading DB"
ckan -c test.ini db upgrade
apt-get install -y postgresql-client
psql -Atx postgresql://ckan_default:pass@localhost/ckan_test -c "\d activity"
psql -Atx postgresql://ckan_default:pass@localhost/ckan_test -c "ALTER TABLE activity ADD COLUMN permission_labels TEXT[];"
psql -Atx postgresql://ckan_default:pass@localhost/ckan_test -c "\d activity"
psql -Atx postgresql://ckan_default:pass@postgres/ckan_test -c "\d activity"
psql -Atx postgresql://ckan_default:pass@postgres/ckan_test -c "ALTER TABLE activity ADD COLUMN permission_labels TEXT[];"
psql -Atx postgresql://ckan_default:pass@postgres/ckan_test -c "\d activity"
- name: Run tests
run: pytest --ckan-ini=test.ini --cov=ckanext.dataset_subscriptions --disable-warnings ckanext/dataset_subscriptions

0 comments on commit f1aef8a

Please sign in to comment.