[pgadmin-org/pgadmin4] da937e: Don't upgrade base images when running tests.

From: Dave Page <noreply(at)github(dot)com>
To: pgadmin-hackers(at)lists(dot)postgresql(dot)org
Subject: [pgadmin-org/pgadmin4] da937e: Don't upgrade base images when running tests.
Date: 2023-03-30 10:24:13
Message-ID: pgadmin-org/pgadmin4/push/refs/heads/master/e7bea6-da937e@github.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: da937e2618aa6aa001643a2d0de22b043631bea9
https://github.com/pgadmin-org/pgadmin4/commit/da937e2618aa6aa001643a2d0de22b043631bea9
Author: Dave Page <dpage(at)pgadmin(dot)org>
Date: 2023-03-30 (Thu, 30 Mar 2023)

Changed paths:
M .github/workflows/check-doc-build.yml
M .github/workflows/check-epub-build.yml
M .github/workflows/check-javascript-style.yml
M .github/workflows/check-pdf-build.yml
M .github/workflows/check-python-build.yml
M .github/workflows/check-python-style.yml
M .github/workflows/check-tarball-build.yml
M .github/workflows/check-translations.yml
M .github/workflows/run-javascript-tests.yml

Log Message:
-----------
Don't upgrade base images when running tests.

This takes a lot of time and CPU minutes, and Github keep the images pretty fresh anyway.

Browse pgadmin-hackers by date

  From Date Subject
Next Message Khushboo Vashi 2023-03-30 10:36:02 [pgadmin-org/pgadmin4] 01ef5c: Make sure pgadmin4-server package pulls libpq5 ins...
Previous Message Dave Page 2023-03-30 10:16:58 [pgadmin-org/pgadmin4] e7bea6: Fix many issues with the Python tests that only se...