Skip to content

Commit

Permalink
fix(php-idna-translator-test.xml): added job to install composer depe…
Browse files Browse the repository at this point in the history
…ndencies
  • Loading branch information
AsifNawaz-cnic committed Mar 21, 2024
1 parent 4e27e9a commit b2610fe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .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${{ matrix.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 Expand Up @@ -45,4 +49,4 @@ jobs:
echo "$HOME/.composer/vendor/bin" >> "$GITHUB_PATH"
composer update
- name: Code Validation
run: composer run-script test
run: composer run-script test

0 comments on commit b2610fe

Please sign in to comment.