Skip to content

Commit bed4a55

Browse files
committed
Fix command name for GitHub workflows
1 parent 3cb8aaa commit bed4a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ jobs:
4848
run: bash ci/run_tests_dockerized.sh ${{ matrix.PHP_VERSION }}
4949

5050
- name: Run static analysis (PHP 7.2 only)
51-
run: if [[ "$STATIC_ANALYSIS" == true ]]; then bash ci/run_tests_dockerized.sh ${{ matrix.PHP_VERSION }}; fi
51+
run: if [[ "$STATIC_ANALYSIS" == true ]]; then bash ci/run_phpstan_dockerized.sh ${{ matrix.PHP_VERSION }}; fi

0 commit comments

Comments
 (0)