diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index efae8d3..b79be7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ master ] + branches: [master] pull_request: - branches: ['**'] + branches: ["**"] jobs: tests: @@ -15,7 +15,7 @@ jobs: POSTGRES_USER: postgres POSTGRES_PASSWORD: postgres ports: - - 5432 + - 5432 options: >- --health-cmd pg_isready --health-interval 10s @@ -27,7 +27,7 @@ jobs: env: MYSQL_ROOT_PASSWORD: root ports: - - 3306 + - 3306 options: >- --health-cmd="mysqladmin ping" --health-interval=10s @@ -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 }}"