Skip to content

Commit

Permalink
Run go-makefile-maker
Browse files Browse the repository at this point in the history
  • Loading branch information
sapcc-bot committed Jan 15, 2025
1 parent 03b6613 commit 79be0c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Run tests and generate coverage report
run: |
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y
sudo apt-get install --no-install-recommends postgresql-17
sudo apt-get install -y --no-install-recommends postgresql-17
export PATH=/usr/lib/postgresql/17/bin:$PATH
make build/cover.out
- name: Upload coverage report to Coveralls
Expand Down

0 comments on commit 79be0c3

Please sign in to comment.