Skip to content

Commit

Permalink
saved
Browse files Browse the repository at this point in the history
  • Loading branch information
em92 committed Mar 9, 2024
1 parent dc6daa6 commit 1c8c838
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ jobs:
run: python3 -m pip install -r requirements_dev.txt
- name: Install postgresql
run: sudo apt-get install postgresql
- name: Install pg_tmp
run: |
sudo apt-get install build-essential
git clone https://github.com/eradman/ephemeralpg.git
cd ephemeralpg && make && make install
- name: Test
run: ./scripts/test
- uses: codecov/codecov-action@v1

0 comments on commit 1c8c838

Please sign in to comment.