Skip to content

Commit

Permalink
Revert "OP-291: Use test application build action from SyliusLabs"
Browse files Browse the repository at this point in the history
This reverts commit 56f219f.
  • Loading branch information
hmfilar committed Jul 23, 2024
1 parent 56f219f commit 3023d1a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "${{ matrix.php }}"
extensions: intl, gd
tools: symfony
coverage: none

- name: Build test application
uses: SyliusLabs/[email protected]
with:
Expand Down

0 comments on commit 3023d1a

Please sign in to comment.