Skip to content

Commit

Permalink
chore: fix docker build test
Browse files Browse the repository at this point in the history
  • Loading branch information
sklein12 committed Oct 17, 2024
1 parent 5fceb18 commit 7fb3984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Test that the eval results are uploaded
run: |
response=$(curl -s http://localhost:3400/api/results)
response=$(curl -s http://localhost:3000/api/results)
echo "Response: $response"
# Use jq to extract the array length
Expand Down

0 comments on commit 7fb3984

Please sign in to comment.