Skip to content

Commit fecba29

Browse files
authored
Update test.yml
Former-commit-id: 3b64de2
1 parent fb60d90 commit fecba29

9 files changed

+3
-5
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ jobs:
7878
- name: Install dependencies
7979
run: composer install --prefer-dist --no-progress --no-suggest
8080
- name: Run test suite
81-
run: export XDEBUG_MODE=coverage; ./vendor/bin/codecept run --debug -vvv --coverage --coverage-xml
81+
run: |
82+
$env:XDEBUG_MODE = 'coverage'
83+
./vendor/bin/codecept run --debug -vvv --coverage --coverage-xml
8284
- uses: codecov/codecov-action@v2
8385
with:
8486
files: ./tests/_output/coverage.xml

bin/cjxl-v0-5-0-linux-x64-static

9.02 MB
Binary file not shown.

bin/cjxl-v0-5-0-linux-x64-static.REMOVED.git-id

Lines changed: 0 additions & 1 deletion
This file was deleted.

bin/cjxl-v0-5-0-macos-x64-static

3.87 MB
Binary file not shown.

bin/cjxl-v0-5-0-macos-x64-static.REMOVED.git-id

Lines changed: 0 additions & 1 deletion
This file was deleted.
4.05 MB
Binary file not shown.

bin/cjxl-v0-5-0-windows-x64-static.exe.REMOVED.git-id

Lines changed: 0 additions & 1 deletion
This file was deleted.
1.56 MB
Loading

tests/_data/broadway-tower-edit.jpg.REMOVED.git-id

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)