Skip to content

Commit

Permalink
Install latest Hyde/Framework before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed May 6, 2022
1 parent 1bea967 commit 5ee72ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- 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 5ee72ee

Please sign in to comment.