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 4f27aa5 commit 241003a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
echo "Cypress version: $(cypress --version)" # Verifica a versão do Cypress
- name: Run tests
run: npx cypress run
run: deno task test-terminal
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"imports": {
"cypress": "npm:[email protected]",
"$fresh/": "https://deno.land/x/[email protected]/",
"cypress": "npm:[email protected]",
"deno-cypress-runner": "npm:deno-cypress-runner@^1.0.0",
"preact": "npm:[email protected]",
"preact-render-to-string": "npm:[email protected]",
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5",
Expand Down

0 comments on commit 241003a

Please sign in to comment.