Skip to content

Commit

Permalink
fix: Comando para execução via terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardopadilha committed Oct 30, 2024
1 parent 07d11d8 commit c8c1d56
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ jobs:
run: npm install

- name: Cypress run
run: npm run terminal
uses: cypress-io/github-action@v6
with:
build: npm run terminal
record: false

- uses: actions/upload-artifact@v4
if: ${{ !cancelled() }}
Expand Down

0 comments on commit c8c1d56

Please sign in to comment.