Skip to content

Commit

Permalink
switch pg setup on githuh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kratob committed Feb 29, 2024
1 parent 8e145fa commit 519c9d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install database client
run: |
sudo apt-get install -y postgresql-client
- uses: ikalnytskyi/action-setup-postgres@v5
with:
database: active_type_test
- name: Install ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 519c9d6

Please sign in to comment.