We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740ed82 commit dd85160Copy full SHA for dd85160
1 file changed
.circleci/config.yml
@@ -5,7 +5,7 @@ orbs:
5
# or the latest version 1.x.x using "@1" syntax
6
cypress: cypress-io/cypress@1
7
workflows:
8
- build:
+ oscommerce:
9
jobs:
10
# "cypress" is the name of the imported orb
11
# "run" is the name of the job defined in Cypress orb
@@ -17,7 +17,7 @@ workflows:
17
filters:
18
branches:
19
only:
20
- - cypress-tests
+ - master
21
- cypress/run:
22
name: Run_FULL_tests
23
requires:
@@ -28,7 +28,7 @@ workflows:
28
29
30
31
32
# the following must run after all test passed
33
# to show latest supported version in repository readme.md file
34
@@ -41,4 +41,4 @@ workflows:
41
42
43
44
0 commit comments