Skip to content

Commit

Permalink
#32 codecov fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 2, 2023
1 parent 16b10d8 commit d836502
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
- uses: actions/setup-ruby@v1
with:
ruby-version: 2.7
- run: |
sudo apt-get update
sudo apt-get install -y postgresql-14
sudo ln -s /usr/lib/postgresql/14/bin/initdb /bin/initdb
sudo ln -s /usr/lib/postgresql/14/bin/postgres /bin/postgres
- run: bundle update
- run: bundle exec rake
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit d836502

Please sign in to comment.