Skip to content

Commit 4018a09

Browse files
committed
bump orb version
1 parent 6159ac1 commit 4018a09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# https://circleci.com/docs/2.0/configuration-reference/
22
version: 2.1
33
orbs:
4-
cypress: cypress-io/[email protected] # used to run e2e tests
4+
# https://github.com/cypress-io/circleci-orb
5+
cypress: cypress-io/[email protected] # used to run e2e tests
56
node: circleci/[email protected] # used to publish new NPM version
67

78
jobs:

0 commit comments

Comments
 (0)