Skip to content

Commit 6451e20

Browse files
committed
Updating names to be more accurate
1 parent 95c7d17 commit 6451e20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
orbs:
33
cypress: cypress-io/cypress@3
44
jobs:
5-
run-cypress-in-specified-node-version:
5+
run-services-then-cypress:
66
executor:
77
name: cypress/default
88
node-version: "20.6"
@@ -17,7 +17,7 @@ jobs:
1717
- run: docker compose exec test npx cypress run
1818

1919
workflows:
20-
use-my-orb:
20+
test-harness:
2121
jobs:
2222
- run-cypress-in-specified-node-version:
2323
name: Run Cypress in Node 20

0 commit comments

Comments
 (0)