Skip to content

Commit

Permalink
test: remove postgres test-plugins test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 6, 2025
1 parent cd0a049 commit e93bc80
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ jobs:
command: mise exec php@latest -- php -v php
- plugin: rust
command: mise exec rust@nightly -- rustc -V
- plugin: postgres
command: mise exec postgres@latest -- psql -V
# TODO: has some sort of readline bug on ubuntu-24
# - plugin: postgres
# command: mise exec postgres@latest -- psql -V
steps:
- name: apt-get
run: sudo apt-get update; sudo apt-get install zsh fish direnv re2c libcurl4-openssl-dev libgd-dev libonig-dev autoconf bison build-essential curl gettext git libgd-dev libcurl4-openssl-dev libedit-dev libicu-dev libjpeg-dev libmysqlclient-dev libonig-dev libpng-dev libpq-dev libreadline-dev libsqlite3-dev libssl-dev libxml2-dev libzip-dev openssl pkg-config re2c zlib1g-dev
Expand Down

0 comments on commit e93bc80

Please sign in to comment.