Skip to content

Commit

Permalink
chore(ci): use castor action
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Jun 10, 2024
1 parent 16e10ec commit af3faf2
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,8 @@ jobs:
steps:
- uses: actions/checkout@v4

# Setup

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
tools: castor
- name: setup-castor
uses: castor-php/[email protected]

- name: "Build and start the infrastructure"
run: "castor start && sleep 5"
Expand Down

0 comments on commit af3faf2

Please sign in to comment.