Skip to content

Commit

Permalink
Remove pipeline warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
rwngallego committed Dec 28, 2024
1 parent 6dcfe09 commit c33afc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ jobs:

- name: Get composer cache directory
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
run: echo "{dir}::{$(composer config cache-files-dir)}" >> $GITHUB_OUTPUT

- name: Setup problem matchers for PHPUnit
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"

- name: Cache composer dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down

0 comments on commit c33afc7

Please sign in to comment.