From 0afad251e064cb7390ed5510ad9e3dd87e84dea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sun, 21 Aug 2022 15:23:15 -0700 Subject: [PATCH] Fix integration tests on GitHub Actions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6207238e..021db303 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - name: Install Postgres client - run: sudo apt-get install -y postgresql-client + run: sudo apt update && sudo apt install -y postgresql-client - name: Run integration tests run: make integration-test env: