Skip to content

Commit 67a5ee5

Browse files
committed
refactor:minor updates
1 parent 1ef881c commit 67a5ee5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr-check.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,10 @@ jobs:
6464
echo "current working directory:" %CD%
6565
echo "displaying directory contents:"
6666
ls
67+
pytest
6768
#cd tests
6869
# mkdir test-results
69-
pytest --junitxml=test-results.xml --cov=. --cov-report=xml --capture=tee-sys --cache-clear
70+
# pytest --junitxml=test-results.xml --cov=. --cov-report=xml --capture=tee-sys --cache-clear
7071
env:
7172
DB_CONNECTION_STRING: 'Server=(localdb)\MSSQLLocalDB;Database=TestDB;Uid=testuser;Pwd=${{ secrets.DB_PASSWORD }};TrustServerCertificate=yes'
7273

0 commit comments

Comments
 (0)