Skip to content

Commit

Permalink
Run cache after installing
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed May 6, 2022
1 parent 5ee72ee commit 25f8581
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:

- name: Validate composer.json and composer.lock
run: composer validate --strict

- name: Install Composer dependencies
run: composer install --prefer-dist --no-progress

- name: Cache Composer packages
id: composer-cache
Expand All @@ -30,12 +33,6 @@ jobs:
restore-keys: |
${{ runner.os }}-php-
- name: Install Composer dependencies
run: composer install --prefer-dist --no-progress

- name: Install latest Hyde/Framework
run: git clone https://github.com/hydephp/framework.git vendor/hyde/framework

- name: Run test suite
run: vendor/bin/pest

Expand Down

0 comments on commit 25f8581

Please sign in to comment.