Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezIgnacio committed Feb 13, 2025
1 parent 35b7f2f commit 1c97337
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,9 @@ jobs:
uses: docker/build-push-action@v6
with:
push: false
cache-from: type=gha,ref=main
cache-from: type=gha,scope=main
cache-to: type=gha,scope=${{ github.ref_name }},mode=max
file: Dockerfile
build-args: |
BUILDKIT_PROGRESS=plain

linters:
name: Linters
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, test: 'OK' }
render json: { online: true }
end
end
end
Expand Down

0 comments on commit 1c97337

Please sign in to comment.