Skip to content

Commit

Permalink
Add test build things
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Nov 19, 2023
1 parent 2e63752 commit 79bcd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
${{ runner.os }}-php-
- name: "Install Dependencies"
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
run: composer update -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

- name: "Run Build Tests (doctor)"
run: bin/spc doctor --auto-fix
Expand Down

0 comments on commit 79bcd35

Please sign in to comment.