mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Fix integration tests on GitHub Actions
This commit is contained in:
parent
4d847c6a74
commit
0afad251e0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue