Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
github actions: use composer tester script
  • Loading branch information
dg committed Mar 9, 2026
commit a785e3388e00b26dccee05c3c86de36234f564af
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
run: docker exec -i mssql /opt/mssql-tools18/bin/sqlcmd -S localhost -U SA -P 'YourStrong!Passw0rd' -Q 'CREATE DATABASE nette_test' -N -C

- run: composer install --no-progress --prefer-dist
- run: vendor/bin/tester tests -s -C
- run: composer tester
- if: failure()
uses: actions/upload-artifact@v4
with:
Expand All @@ -125,4 +125,4 @@ jobs:
run: cp ./tests/databases.sqlite.ini ./tests/Database/databases.ini

- run: composer update --no-progress --prefer-dist --prefer-lowest --prefer-stable
- run: vendor/bin/tester tests -s -C
- run: composer tester
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"nette/utils": "^4.0"
},
"require-dev": {
"nette/tester": "^2.5",
"nette/tester": "^2.6",
"nette/di": "^3.1",
"mockery/mockery": "^1.6@stable",
"tracy/tracy": "^2.9",
Expand Down