Bladeren bron

Fix integration tests on GitHub Actions

Frédéric Guillot 3 jaren geleden
bovenliggende
commit
0afad251e0
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -46,7 +46,7 @@ jobs:
     - name: Checkout
     - name: Checkout
       uses: actions/checkout@v3
       uses: actions/checkout@v3
     - name: Install Postgres client
     - 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
     - name: Run integration tests
       run: make integration-test
       run: make integration-test
       env:
       env: