Skip to content

Commit 9d371f8

Browse files
committed
fixing circleci
1 parent 1c88d46 commit 9d371f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 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-services-then-cypress:
5+
test-harness:
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-
test-harness:
20+
run-services-then-cypress:
2121
jobs:
22-
- run-cypress-in-specified-node-version:
23-
name: Run Cypress in Node 20
22+
- test-harness:
23+
name: Run services then Cypress tests

0 commit comments

Comments
 (0)