Skip to content

Commit

Permalink
using cp instead of copy
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Oct 9, 2023
1 parent e9c2eb2 commit 42aa8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- run: npm run build

- name: Generate Artisan Key
run: copy .env.example .env && php artisan key:generate
run: cp .env.example .env && php artisan key:generate

- name: Pint
run: ./vendor/bin/pint --test
Expand Down

0 comments on commit 42aa8ee

Please sign in to comment.