diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index e890fefcb..4a86a88a9 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -7,12 +7,7 @@ name: "CI" on: push: - branches: - [ - "master", - "rails-7", - "ci-migration" - ] + branches: ["master", "rails-7", "ci-migration"] pull_request: branches: ["master", "rails-7"] jobs: @@ -26,6 +21,7 @@ jobs: HOSTNAME: "http://localhost:3200" GOOGLE_TEST_API_KEY: ${{ secrets.GOOGLE_TEST_API_KEY }} GOOGLE_API_KEY: ${{ secrets.GOOGLE_TEST_API_KEY }} + DISABLE_SPRING: "1" services: postgres: image: postgres:13-alpine