Skip to content

Commit dd85160

Browse files
committed
Update config.yml
1 parent 740ed82 commit dd85160

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ orbs:
55
# or the latest version 1.x.x using "@1" syntax
66
cypress: cypress-io/cypress@1
77
workflows:
8-
build:
8+
oscommerce:
99
jobs:
1010
# "cypress" is the name of the imported orb
1111
# "run" is the name of the job defined in Cypress orb
@@ -17,7 +17,7 @@ workflows:
1717
filters:
1818
branches:
1919
only:
20-
- cypress-tests
20+
- master
2121
- cypress/run:
2222
name: Run_FULL_tests
2323
requires:
@@ -28,7 +28,7 @@ workflows:
2828
filters:
2929
branches:
3030
only:
31-
- cypress-tests
31+
- master
3232
# the following must run after all test passed
3333
# to show latest supported version in repository readme.md file
3434
- cypress/run:
@@ -41,4 +41,4 @@ workflows:
4141
filters:
4242
branches:
4343
only:
44-
- cypress-tests
44+
- master

0 commit comments

Comments
 (0)