Skip to content

Commit 80cc8f8

Browse files
committed
chore: update test workflow to include linting before running tests
1 parent 3e438e7 commit 80cc8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ jobs:
6060
- run: mkdir -p /tmp/phpstan
6161

6262
- name: Tests
63-
run: composer test
63+
run: composer lint && composer test

0 commit comments

Comments
 (0)