Skip to content

Commit

Permalink
Update vagrant.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofurtado authored Sep 17, 2024
1 parent 290931a commit dac3ef3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,12 @@ jobs:
- name: VM - Nodemon
run: vagrant ssh -c "nodemon -v"

- name: VM - PHP
run: vagrant ssh -c "php -v"

- name: VM - PHP Composer
run: vagrant ssh -c "composer --version"

- name: VM - Putty
run: vagrant ssh -c "puttygen --version"

Expand Down

0 comments on commit dac3ef3

Please sign in to comment.