1
0
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:
Andreas Möller 2020-01-12 16:39:08 +01:00 committed by Matthew Brown
parent 87debfe954
commit 224d6ebf2f

View File

@ -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