Skip to content

Commit

Permalink
test: run pipeline tests on master branch (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jdunsby committed Jul 21, 2022
1 parent 8111d4f commit d8b0a60
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,40 +220,20 @@ workflows:
name: Lint
context: nodejs-install
node_version: '10'
filters:
branches:
ignore:
- master
- test-unix:
name: Test OS=Unix Node=<<matrix.node_version>> JDK=<<matrix.jdk_version>> Gradle=<<matrix.gradle_version>>
context: nodejs-install
<<: *test_matrix_unix
filters:
branches:
ignore:
- master
- test-windows:
name: Test OS=Windows Node=<<matrix.node_version>> JDK=<<matrix.jdk_version>> Gradle=<<matrix.gradle_version>>
context: nodejs-install
<<: *test_matrix_win
filters:
branches:
ignore:
- master
- test-fixtures-with-wrappers-unix:
name: Test Fixtures OS=Unix Node=16 JDK=17.0.3.6.1-amzn Gradle=7.4.2
context: nodejs-install
filters:
branches:
ignore:
- master
- test-fixtures-with-wrappers-windows:
name: Test Fixtures OS=Windows Node=16 JDK=17 Gradle=7.4.2
context: nodejs-install
filters:
branches:
ignore:
- master

- release:
name: Release
Expand Down

0 comments on commit d8b0a60

Please sign in to comment.