Skip to content

Commit

Permalink
Localhost secrets test in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
safouuwa committed Dec 10, 2024
1 parent f33891e commit 8043d9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: dotnet build --configuration Release

- name: Run application
run: dotnet run --no-build --configuration Release --urls=http://0.0.0.0:3000 & sleep 5
run: dotnet run --no-build --configuration Release --urls=${{ secrets.LOCALHOST }} & sleep 5

- name: Setup Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit 8043d9c

Please sign in to comment.