Skip to content

Commit

Permalink
Adds PostgreSQL service to github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jchayan committed Sep 12, 2020
1 parent 0ad487f commit 62137cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:

runs-on: ubuntu-latest

services:
postgres:
ports:
- 5432/tcp

steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit 62137cf

Please sign in to comment.