Skip to content

Commit

Permalink
More github action test
Browse files Browse the repository at this point in the history
  • Loading branch information
m1k3lm committed Dec 29, 2023
1 parent 7e3ed9a commit ab2c96b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
working-directory: magento
run: |
vendor/bin/composer config repositories.sequra/magento2-core vcs git@github.com:sequra/magento2-core.git
vendor/bin/composer require sequra/magento2-core:"dev-${{ steps.extract_branch.outputs.branch }}"
vendor/bin/composer require sequra/magento2-core:"dev-${{ steps.extract_branch.outputs.branch }}" --no-update
- name: 'debug'
run: ls -l magento/vendor/sequra
- name: 'debug'
Expand Down
2 changes: 1 addition & 1 deletion scripts/unit-test.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

PROJECT_PATH="$(pwd)"

echo $COMPOSER_AUTH;
echo "currently in $PROJECT_PATH"

cd "$PROJECT_PATH/magento"
Expand Down

0 comments on commit ab2c96b

Please sign in to comment.