Skip to content

Commit

Permalink
fix: set correct executors path
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Nov 19, 2021
1 parent a6eade1 commit e6a706d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions executors.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"currents": {
"implementation": "./src/executors/currents/currents.impl",
"schema": "./src/executors/cypress/schema.json",
"description": "Run Cypress e2e tests with Currents"
"executors": {
"currents": {
"implementation": "./src/executors/currents.impl",
"schema": "./src/executors/schema.json",
"description": "Run Cypress e2e tests with Currents"
}
}
}

0 comments on commit e6a706d

Please sign in to comment.