Skip to content

Commit

Permalink
Fix GH Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Teixeira Rocha, Lucas committed Apr 25, 2024
1 parent 8a06a7e commit 7a282e7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,25 +29,25 @@ jobs:
run: php artisan vendor:publish --tag=laravel-pt-br-localization
working-directory: ./blog

- name: Verify pt-BR.json
run: test -f pt-BR.json
- name: Verify pt_BR.json
run: test -f pt_BR.json
working-directory: ./blog/lang

- name: Verify auth.php
run: test -f auth.php
working-directory: ./blog/lang/pt-BR
working-directory: ./blog/lang/pt_BR

- name: Verify pagination.php
run: test -f pagination.php
working-directory: ./blog/lang/pt-BR
working-directory: ./blog/lang/pt_BR

- name: Verify passwords.php
run: test -f passwords.php
working-directory: ./blog/lang/pt-BR
working-directory: ./blog/lang/pt_BR

- name: Verify validation.php
run: test -f validation.php
working-directory: ./blog/lang/pt-BR
working-directory: ./blog/lang/pt_BR

# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
# Docs: https://getcomposer.org/doc/articles/scripts.md
Expand Down

0 comments on commit 7a282e7

Please sign in to comment.