Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krakerag authored Nov 16, 2023
1 parent f0e2901 commit 6d4fd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: docker run -d -p 3001:3000 --name dancer_container dancer

- name: Validate endpoint works
run: curl -i http://127.0.0.1:3001/
run: curl -i http://localhost:3001

0 comments on commit 6d4fd47

Please sign in to comment.