We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d14d1 commit 8508822Copy full SHA for 8508822
1 file changed
.github/workflows/main.yml
@@ -38,29 +38,13 @@ jobs:
38
rails_version: 8.0
39
- ruby_version: 3.1
40
rails_version: 8.1
41
- services:
42
- db:
43
- image: postgres:18
44
- ports: ["5432:5432"]
45
- env:
46
- POSTGRES_USER: postgres
47
- POSTGRES_PASSWORD: postgres
48
- options: >-
49
- --health-cmd pg_isready
50
- --health-interval 10s
51
- --health-timeout 5s
52
- --health-retries 5
53
steps:
54
- uses: actions/checkout@v1
55
- name: Setup Ruby
56
uses: ruby/setup-ruby@v1
57
with:
58
ruby-version: ${{ matrix.ruby_version }}
59
- name: Build and run test
60
61
- DATABASE_URL: postgres://postgres:@localhost:5432/test
62
63
64
run: |
65
sudo apt-get -yqq install libpq-dev
66
bundle
0 commit comments