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 2c6a82c commit 22831b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
ckan -c test.ini db init
echo "Upgrading DB"
ckan -c test.ini db upgrade
sudo apt-get install -y postgresql-client
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"
Expand Down

0 comments on commit 22831b7

Please sign in to comment.