Skip to content

Commit

Permalink
Update dotnet.yml - Try fix Unit Tests Step
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephWee authored May 3, 2023
1 parent b1d65d8 commit 1260823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Build
run: dotnet build --no-restore

- name: Test Login to Postgres
- name: Initialize Postgres Database for Unit Tests
run: |
export PGHOSTADDR=127.0.0.1
echo $PGHOSTADDR
Expand All @@ -82,4 +82,4 @@ jobs:
psql -d "TicTacToeDb" -c '\dt'
- name: Test
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal --settings /home/runner/work/Tic-Tac-Toe/Tic-Tac-Toe/NUnitTest/test.runsettings

0 comments on commit 1260823

Please sign in to comment.