Skip to content

Commit

Permalink
Testing dependent jobs #96
Browse files Browse the repository at this point in the history
  • Loading branch information
tillias committed Nov 8, 2020
1 parent b30f48b commit 862d05d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,11 @@ workflows:
build:
jobs:
- build:
filters:
branches:
only: master
cypress-e2e:
jobs:
- cypress
# filters:
# branches:
# only: master
requires:
- build

0 comments on commit 862d05d

Please sign in to comment.