Skip to content

Commit

Permalink
Update run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio authored Oct 16, 2024
1 parent 6f6f699 commit 18e8110
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ jobs:
mkdir -p ~/.ssh
echo "${{ secrets.SSH_PHP_COMMONS }}" > ~/.ssh/id_rsa
chmod 600 ~/.ssh/id_rsa
composer install --no-interaction --prefer-dist --optimize-autoloader
composer install --no-interaction
composer install enjin/platform-core:dev-master
composer build-sr25519
composer dump-autoload
Expand Down

0 comments on commit 18e8110

Please sign in to comment.