Skip to content

Commit

Permalink
Update ci workflow to add folder sdk/aot (#307)
Browse files Browse the repository at this point in the history
* update workflow to add path of 'sdk/aot'
  • Loading branch information
backwind1233 authored Apr 25, 2022
1 parent c1150fa commit 50458cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
echo "eng" >> .git/info/sparse-checkout
echo "sdk/keyvault" >> .git/info/sparse-checkout
echo "sdk/boms" >> .git/info/sparse-checkout
echo "sdk/aot" >> .git/info/sparse-checkout
git pull --depth=1 origin main
mvn clean install -Dmaven.javadoc.skip=true -DskipTests \
-Dcheckstyle.skip=true \
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
echo "eng" >> .git/info/sparse-checkout
echo "sdk/keyvault" >> .git/info/sparse-checkout
echo "sdk/boms" >> .git/info/sparse-checkout
echo "sdk/aot" >> .git/info/sparse-checkout
git pull --depth=1 origin main
mvn clean install -Dmaven.javadoc.skip=true -DskipTests \
-Dcheckstyle.skip=true \
Expand Down

0 comments on commit 50458cc

Please sign in to comment.