diff options
author | Paramtamtam <[email protected]> | 2019-12-25 20:41:53 +0500 |
---|---|---|
committer | Paramtamtam <[email protected]> | 2019-12-25 20:41:53 +0500 |
commit | 56742c073dcc978613afe9fb3a9e096c5d4e653f (patch) | |
tree | 2ce98c43d8400c91d55d30125a99db1b78bedb93 /.github/workflows/ci-build.yml | |
parent | 68312bc54b05c62846649eec586fc45ab32e47b8 (diff) |
Workflow updated
Diffstat (limited to '.github/workflows/ci-build.yml')
-rw-r--r-- | .github/workflows/ci-build.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index aaeab86c..0b64deda 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -38,7 +38,7 @@ jobs: run: php -v && composer -V && go version - name: Debug if needed - if: secrets.DEBUG == 'true' || env.DEVUG == 'true' + if: ${{ secrets.DEBUG }} == 'true' || ${{ env.DEVUG }} == 'true' run: env && go env - name: Syntax check only (lint) @@ -51,9 +51,6 @@ jobs: key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }} restore-keys: ${{ runner.os }}-composer- - - name: Install Composer 'hirak/prestissimo' package - run: composer global require hirak/prestissimo --update-no-dev - - name: Install Composer dependencies run: composer install --prefer-dist --no-interaction --no-suggest # --prefer-source |