Skip to content

Commit

Permalink
Enable nua e2e (#2835)
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbit authored Feb 4, 2025
1 parent ae89feb commit 6dde36b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,6 @@ jobs:
"team": "nucliadb",
"tests": {
"run-e2e": true,
"run-nua-e2e": false
"run-nuclia-e2e": true
}
}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,6 @@ jobs:
"team": "nucliadb",
"tests": {
"run-e2e": false,
"run-nua-e2e": false
"run-nuclia-e2e": false
}
}

0 comments on commit 6dde36b

Please sign in to comment.