Skip to content

Commit 57fc4bb

Browse files
committed
Debug test in CI
1 parent f578b34 commit 57fc4bb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/rails_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Set up database schema
3737
run: bin/rails db:create db:schema:load
3838
- name: Run tests
39-
run: bundle exec rspec
39+
run: bundle exec rspec spec/features/action_pages/congress_action_spec.rb:34
4040

4141
lint:
4242
runs-on: ubuntu-latest

app/lib/call_tool.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
module CallTool
44
def self.campaign_call(campaign, phone:, location:, user_id:, action_id:, callback_url:)
5+
pp "CALL TOOL", [campaign, phone, location, action_id, callback_url]
56
raise ArgumentError, "required argument is nil" unless [campaign, phone, location, action_id, callback_url].all?
67

78
get "/call/create", {

0 commit comments

Comments
 (0)