From 92a833e201763263a8c546fd17b42e467a5ec8be Mon Sep 17 00:00:00 2001 From: Georgiana-Elena Maxim Date: Fri, 15 Sep 2023 09:56:40 +0300 Subject: [PATCH] chore: pipeline test on main and release fail --- .circleci/config.yml | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 762ff35..df4e32d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -219,26 +219,14 @@ workflows: context: nodejs-install requires: - Install - filters: - branches: - ignore: - - master - test-integration-unix: name: Integration Tests context: nodejs-install requires: - Install - filters: - branches: - ignore: - - master - test-unit-windows: name: Unit Tests Windows context: nodejs-install - filters: - branches: - ignore: - - master # CircleCI struggles to complete gradle integration test on Windows, # while it works perfectly when SSHed into the machine. Therefore skip of # the test on platform feels better than skip of the whole gradle @@ -253,6 +241,11 @@ workflows: - release: name: Release to GitHub context: nodejs-lib-release + requires: + - Scan repository for secrets + - Unit Tests + - Integration Tests + - Unit Tests Windows filters: branches: only: