Skip to content

Commit

Permalink
update clean install ci
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Oct 31, 2024
1 parent a09b379 commit 3b8e9d3
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/tempest-clean-quality-control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@ jobs:
coverage: pcov

- name: Init composer
run: composer init -ns dev --autoload=src
run: composer init -ns dev --autoload=app

- name: Configure namespace
run: sed -i 's/\\\\/App\\\\/' composer.json

- name: Configure namespace
run: mkdir app

- name: Require Tempest
run: composer require tempest/framework:dev-main
Expand All @@ -35,9 +41,9 @@ jobs:

- name: Run Tempest console
run: php ./tempest
#
# - name: Install auth
# run: php ./tempest install auth --force

- name: Install auth
run: php ./tempest install auth --force

- name: Run Tempest Server in the background
run: php ./tempest serve &
Expand Down

0 comments on commit 3b8e9d3

Please sign in to comment.