mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 12:24:49 +01:00
Fix: Set environment variable via env section (#2598)
This commit is contained in:
parent
87debfe954
commit
224d6ebf2f
6
.github/workflows/shepherd.yml
vendored
6
.github/workflows/shepherd.yml
vendored
@ -10,7 +10,9 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Install dependencies
|
||||
run: export COMPOSER_ROOT_VERSION=dev-master && composer install --prefer-dist --no-progress --no-suggest
|
||||
|
||||
run: composer install --prefer-dist --no-progress --no-suggest
|
||||
env:
|
||||
COMPOSER_ROOT_VERSION: dev-master
|
||||
|
||||
- name: Run Psalm
|
||||
run: ./psalm --threads=2 --shepherd
|
||||
|
Loading…
Reference in New Issue
Block a user