Skip to content

Commit

Permalink
ci(php-idna-translator & php-sdk test workflow): install php composer…
Browse files Browse the repository at this point in the history
… dependencies
  • Loading branch information
AsifNawaz-cnic committed Mar 22, 2024
1 parent 3698978 commit c95ac73
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/php-idna-translator-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- name: Install Dependencies::PHP${{ vars.RTLDEV_MW_CI_PHP_VERSION }}
run: |
echo "$HOME/.composer/vendor/bin" >> "$GITHUB_PATH"
composer update
- name: Super Linter Code Base
uses: github/super-linter/slim@v5
env:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/php-sdk-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
with:
fetch-depth: 0
persist-credentials: false
- name: Install Dependencies::PHP${{ vars.RTLDEV_MW_CI_PHP_VERSION }}
run: |
echo "$HOME/.composer/vendor/bin" >> "$GITHUB_PATH"
composer update
- name: Super Linter Code Base
uses: github/super-linter/slim@v5
env:
Expand Down

0 comments on commit c95ac73

Please sign in to comment.