Skip to content

Commit

Permalink
chore(ci): reformat ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanTron committed Oct 10, 2024
1 parent e235fd4 commit cb45124
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: CI

on:
push:
branches: [ master ]
branches: [master]
pull_request:
branches: ['**']
branches: ["**"]

jobs:
tests:
Expand All @@ -15,7 +15,7 @@ jobs:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
ports:
- 5432
- 5432
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand All @@ -27,7 +27,7 @@ jobs:
env:
MYSQL_ROOT_PASSWORD: root
ports:
- 3306
- 3306
options: >-
--health-cmd="mysqladmin ping"
--health-interval=10s
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
rails: "7.2"
- ruby: "jruby"
rails: "7.2"
name: Rails ${{ matrix.rails }}, Sequel ${{ matrix.sequel }}, Ruby ${{ matrix.ruby }}
name: Rails ${{ matrix.rails }}, Ruby ${{ matrix.ruby }}, Sequel ${{ matrix.sequel }}

env:
SEQUEL: "${{ matrix.sequel }}"
Expand Down

0 comments on commit cb45124

Please sign in to comment.