From f803891a70e86eae536b92eda218ae98f28ff9eb Mon Sep 17 00:00:00 2001 From: PhilipDeFraties Date: Fri, 27 Dec 2024 11:39:01 -0700 Subject: [PATCH] update github actions ci config file to disable spring when running rspec --- .github/workflows/run-tests.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) 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