Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 authored Nov 7, 2023
1 parent 3268d26 commit 67583ce
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
services:
postgres:
image: postgres:14
image: postgres:latest
env:
POSTGRES_DB: test_app_production
POSTGRES_USER: test_app
Expand All @@ -37,17 +37,19 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3

steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4

- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: '3.0'
ruby-version: '3.2'
bundler-cache: true

- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
cache: yarn

- name: Install dependencies
run: |
Expand Down

0 comments on commit 67583ce

Please sign in to comment.