Skip to content

Commit

Permalink
Update cypress.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Lobz authored Aug 2, 2024
1 parent 216cf2b commit cf83dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ jobs:
- name: Install
run: ./deploy.sh
- name: Create Database
run: sail artisan migrate
run: vendor/bin/sail artisan migrate
- name: Create admin user
run: sail artisan migrate:admin novasenha
run: vendor/bin/sail artisan migrate:admin novasenha
- name: Cypress run
uses: cypress-io/github-action@v6
with:
Expand Down

0 comments on commit cf83dae

Please sign in to comment.