We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6159ac1 commit 4018a09Copy full SHA for 4018a09
.circleci/config.yml
@@ -1,7 +1,8 @@
1
# https://circleci.com/docs/2.0/configuration-reference/
2
version: 2.1
3
orbs:
4
- cypress: cypress-io/[email protected] # used to run e2e tests
+ # https://github.com/cypress-io/circleci-orb
5
+ cypress: cypress-io/[email protected] # used to run e2e tests
6
node: circleci/[email protected] # used to publish new NPM version
7
8
jobs:
0 commit comments