Skip to content

Commit

Permalink
TASK: Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Jul 12, 2024
1 parent c92029d commit d21f229
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@ jobs:
run: |
sudo rm -rf ~/.composer
- name: Cache dependencies
uses: actions/cache@v3
with:
path: ~/.composer/cache
key: dependencies-composer-${{ hashFiles('composer.json') }}
# - name: Cache dependencies
# uses: actions/cache@v3
# with:
# path: ~/.composer/cache
# key: dependencies-composer-${{ hashFiles('composer.json') }}

- name: Prepare Flow distribution
run: |
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Install distribution
run: |
cd ${FLOW_FOLDER}
composer install --no-interaction --no-progress
composer install --no-cache --no-interaction --no-progress
- name: Run Unit tests
run: |
Expand Down

0 comments on commit d21f229

Please sign in to comment.