Skip to content

Commit

Permalink
ci: fix circle config issue
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorwang committed Nov 1, 2021
1 parent dec62e7 commit dd71f89
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
version: 2
jobs:
test_base: &common_test

docker:
- image: google/dart:${DART_VERSION}
steps:
Expand Down Expand Up @@ -38,11 +39,13 @@ workflows:
version: 2
build_and_test:
jobs:
- test_dart_212
branches:
ignore:
- gh-pages
- test_dart_latest
branches:
ignore:
- gh-pages
- test_dart_212:
filters:
branches:
ignore:
- gh-pages
- test_dart_latest:
filters:
branches:
ignore:
- gh-pages

0 comments on commit dd71f89

Please sign in to comment.