Skip to content

Commit

Permalink
update github actions ci config file to disable spring when running r…
Browse files Browse the repository at this point in the history
…spec
  • Loading branch information
PhilipDeFraties committed Dec 27, 2024
1 parent 14be8de commit f803891
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit f803891

Please sign in to comment.