Skip to content

Commit

Permalink
tests: test ci
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiano-mallmann committed Jan 16, 2024
1 parent 34b33e9 commit 278774f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
command: config -g http-basic.repo.magento.com ${{secrets.MAGENTO_KEY}} ${{secrets.MAGENTO_SECRET}}

- name: Create Folder
run: la -la && mkdir magento && cd magento && ls - la
run: ls -la && mkdir magento && cd magento && ls - la

- name: Install Magento
uses: php-actions/composer@v6
Expand Down

0 comments on commit 278774f

Please sign in to comment.