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 ea7492b
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 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 Down Expand Up @@ -73,4 +68,4 @@ jobs:
- name: Setup Database
run: bin/rails db:drop db:create db:schema:load
- name: Build and test with rspec
run: bundle exec rspec
run: DISABLE_SPRING=1 bundle exec rspec

0 comments on commit ea7492b

Please sign in to comment.