From fd65234a760b8b1bb42bc5b59b0ec972b08ded13 Mon Sep 17 00:00:00 2001 From: Dull Bananas Date: Wed, 21 Aug 2024 14:20:00 -0700 Subject: [PATCH] remove installation commands that were removed in main branch --- .woodpecker.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 517640d6e..4e80b1ea2 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -191,12 +191,6 @@ steps: CARGO_HOME: .cargo_home LEMMY_TEST_FAST_FEDERATION: "1" commands: - # Install pg_dump for the schema setup test (must match server version) - - apt update && apt install -y lsb-release - - sh -c 'echo "deb https://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list' - - wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - - - apt update && apt install -y postgresql-client-16 - # Run tests - export LEMMY_CONFIG_LOCATION=../../config/config.hjson - cargo test --workspace --no-fail-fast when: *slow_check_paths