Skip to content

Commit 1b14350

Browse files
committed
tweaks
1 parent 51e3262 commit 1b14350

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.* export-ignore
2+
test/ export-ignore

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
- uses: actions/checkout@v4
2222
with:
2323
fetch-depth: 2 # faster checkout
24-
- run: composer install --no-progress --no-ansi --no-interaction --dev --prefer-dist
25-
- run: composer test
24+
- run: composer update --no-interaction --prefer-dist
25+
- run: composer run test

0 commit comments

Comments
 (0)