Browse Source

Update pipline syntax

tags/2.0.39.2
Deryabin Sergey 4 years ago committed by GitHub
parent
commit
f637c5f143
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci-mysql.yml
  2. 2
      .github/workflows/ci-pgsql.yml

2
.github/workflows/ci-mysql.yml

@ -63,7 +63,7 @@ jobs:
- name: Determine composer cache directory
if: matrix.os == 'ubuntu-latest'
run: echo "::set-env name=COMPOSER_CACHE_DIR::$(composer config cache-dir)"
run: echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
- name: Cache dependencies installed with composer
uses: actions/cache@v1

2
.github/workflows/ci-pgsql.yml

@ -67,7 +67,7 @@ jobs:
- name: Determine composer cache directory
if: matrix.os == 'ubuntu-latest'
run: echo "::set-env name=COMPOSER_CACHE_DIR::$(composer config cache-dir)"
run: echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
- name: Cache dependencies installed with composer
uses: actions/cache@v1

Loading…
Cancel
Save