Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 5 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down