diff options
author | Valery Piashchynski <[email protected]> | 2020-12-14 18:58:32 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2020-12-14 18:58:32 +0300 |
commit | ea25ded710988949f99eea395e31e3ac61f844f8 (patch) | |
tree | ae94c9b606f5b6e3cefaf8d7d8ae6b2eb0c90bdb /.github/workflows | |
parent | 6ae6f8968188d5851e1929fff81e15cb730619b4 (diff) |
update goridge in go.mod
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8cc0291c..7d81d1bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -80,7 +80,7 @@ jobs: restore-keys: ${{ runner.os }}-composer- - name: Install Composer dependencies - run: composer update --prefer-dist --no-progress --ansi + run: cd tests && composer update --prefer-dist --no-progress --ansi - name: Init Go modules Cache # Docs: <https://git.io/JfAKn#go---modules> uses: actions/cache@v2 |