mirror of
https://github.com/danog/psalm.git
synced 2024-11-26 20:34:47 +01:00
Fix: Set environment variable via env section (#2598)
This commit is contained in:
parent
87debfe954
commit
224d6ebf2f
4
.github/workflows/shepherd.yml
vendored
4
.github/workflows/shepherd.yml
vendored
@ -10,7 +10,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install dependencies
|
- 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
|
- name: Run Psalm
|
||||||
run: ./psalm --threads=2 --shepherd
|
run: ./psalm --threads=2 --shepherd
|
||||||
|
Loading…
Reference in New Issue
Block a user