Skip to content

Commit

Permalink
Add php
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Dec 28, 2023
1 parent c80ca72 commit 6ca221a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ jobs:
magento_version: 2.4.6
no_push: 1 ## add this arg to not push to the repo ideal for quick test on specific version

### Download the third party code in custom dir###
### Download our code in custom dir###
- uses: actions/checkout@v3
with:
path: Sequra_Core
- uses: "shivammathur/setup-php@v2"
- name: 'Install composer in module dir'
working-directory: Sequra_Core
run: |
Expand Down

0 comments on commit 6ca221a

Please sign in to comment.