Skip to content

Commit

Permalink
Add auto name
Browse files Browse the repository at this point in the history
  • Loading branch information
adierkens committed Jun 9, 2022
1 parent 35df32f commit 5e452af
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .autorc
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"author": "Intuit SVC <[email protected]>",
"plugins": [
"git-tag",
"released"
]
}
}
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,5 @@ workflows:
- release:
requires:
- test
- build
- build
- checkLabels
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function runtest(){
ROOT=$(pwd)
testDir=$1
cd $testDir
bazel clean
bazel clean --async
bazel test //...
bazel clean
cd $ROOT
Expand Down

0 comments on commit 5e452af

Please sign in to comment.