Skip to content

Commit 649ee81

Browse files
committed
Restore test target, which will still install deps
1 parent 4f359c4 commit 649ee81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
filename=`basename "$fname"`
3232
cp "${dirname}/$filename" "./styles/Microsoft"
3333
done
34-
make deps
34+
make test
3535
VALEFILES=$(find -L ./docs/ -type d \( -path "./docs/plone.restapi/lib/*" -o -path "./docs/plone.restapi/performance/*" \) -prune -false -o -type f -name "*.md" -print)
3636
make vale $VALEFILES

0 commit comments

Comments
 (0)