Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezIgnacio committed Jan 20, 2025
1 parent 2942cac commit f66bfee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: CI

on:
workflow_dispatch:
pull_request:
push:
branches: [main]
# on:
# workflow_dispatch:
# pull_request:
# push:
# branches: [main]

permissions:
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/api/v1/health_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class HealthController < API::V1::APIController
skip_after_action :verify_authorized

def status
render json: { online: true }
render json: { online: true, test: true }
end
end
end
Expand Down

0 comments on commit f66bfee

Please sign in to comment.