We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51e3262 commit 1b14350Copy full SHA for 1b14350
.gitattributes
@@ -0,0 +1,2 @@
1
+.* export-ignore
2
+test/ export-ignore
.github/workflows/ci.yml
@@ -21,5 +21,5 @@ jobs:
21
- uses: actions/checkout@v4
22
with:
23
fetch-depth: 2 # faster checkout
24
- - run: composer install --no-progress --no-ansi --no-interaction --dev --prefer-dist
25
- - run: composer test
+ - run: composer update --no-interaction --prefer-dist
+ - run: composer run test
0 commit comments