Skip to content

Commit 4d7ec4d

Browse files
committed
typo
1 parent 5b3e45f commit 4d7ec4d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ workflows:
1717
filters:
1818
branches:
1919
only:
20-
- cypress_tests
20+
- cypress-tests
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+
- cypress-tests
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+
- cypress-tests

0 commit comments

Comments
 (0)