Skip to content

Commit

Permalink
chore: use 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Sep 1, 2024
1 parent 2e3847e commit 6598a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
MAIL_USE_TLS: True
MAIL_USE_SSL: False
TENLISTS_MP3_CLOUD_STORAGE_BASE_URL: https://example.com/path/to/folder
TENLISTS_API_BASE: http://localhost:8000/ten-lists/api/v1.0/mp3s
TENLISTS_API_BASE: http://127.0.0.1:8000/ten-lists/api/v1.0/mp3s

steps:
- name: Checkout source code
Expand Down Expand Up @@ -114,7 +114,7 @@ jobs:
echo "MAIL_USE_TLS=True" >> env/.dev.env
echo "MAIL_USE_SSL=False" >> env/.dev.env
echo "TENLISTS_MP3_CLOUD_STORAGE_BASE_URL=https://example.com/path/to/folder" >> env/.dev.env
echo "TENLISTS_API_BASE=http://localhost:8000/ten-lists/api/v1.0/mp3s" >> env/.dev.env
echo "TENLISTS_API_BASE=http://127.0.0.1:8000/ten-lists/api/v1.0/mp3s" >> env/.dev.env
- name: Run tests
run: |
Expand Down

0 comments on commit 6598a2d

Please sign in to comment.