Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielMatosBoubee committed Dec 2, 2024
1 parent 706928b commit 1979e6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
- name: Install Cypress
run: npm install -g cypress

- name: Install Cypress
run: deno install npm:[email protected]

- name: Add global npm bin to PATH
run: echo "/opt/hostedtoolcache/node/18.20.5/x64/bin" >> $GITHUB_PATH # Adiciona o caminho ao PATH

Expand Down

0 comments on commit 1979e6c

Please sign in to comment.