Skip to content

Commit 591e32b

Browse files
Update .github/workflows/integration.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7cf446e commit 591e32b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/integration.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,6 @@ jobs:
5151
- uses: actions/checkout@v4
5252
- uses: dtolnay/rust-toolchain@stable
5353
- uses: Swatinem/rust-cache@v2
54-
- name: Install psql and mysql clients
55-
run: |
56-
sudo apt-get update -qq
57-
sudo apt-get install -y -qq postgresql-client default-mysql-client
5854
- name: Run integration tests
5955
env:
6056
INTEGRATION: "1"

0 commit comments

Comments
 (0)