Skip to content

Commit

Permalink
Add tempest-clean-quality-control
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Mar 1, 2024
1 parent ad607fe commit b3b5358
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tempest-clean-quality-control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
coverage: pcov

- name: Require Tempest
run: composer require tempest/framework
run: composer require tempest/framework:dev-main

- name: List Installed Dependencies
run: composer show -D

- name: Install Tempest
run: php vendor/bin/tempest install
run: php vendor/bin/tempest install --force

- name: Setup .env
run: cp .env.example .env
Expand Down

0 comments on commit b3b5358

Please sign in to comment.