Skip to content

Commit

Permalink
Fix Workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMitchell committed Jan 15, 2024
1 parent f9f28e5 commit 38f1592
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 17 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/sponsors.yml

This file was deleted.

6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
env:
POSTGRES_USER: postgres
POSTGRES_DB: showtimes_test
POSTGRES_PASSWORD: ""
ports: ["5432:5432"]
POSTGRES_PASSWORD: ''
ports: ['5432:5432']
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.0
ruby-version: 3.3.0
bundler-cache: true
- name: Setup Database
env:
Expand Down

0 comments on commit 38f1592

Please sign in to comment.