Skip to content

Commit

Permalink
Merge branch 'main' into 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cwhitten authored Jul 20, 2021
2 parents 3921495 + 0444b32 commit 279cafe
Show file tree
Hide file tree
Showing 1,007 changed files with 37,229 additions and 59,292 deletions.
6 changes: 4 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@

/runtime/ @boydc2014 @luhan2017 @carlosscastro @benbrown

/Composer/ @cwhitten @boydc2014 @a-b-r-o-w-n @beyackle @srinaath @tonyanziano @geoffcoxmsft @hatpick @benbrown @pavolum @tdurnford
/Composer/ @cwhitten @boydc2014 @a-b-r-o-w-n @beyackle @srinaath @tonyanziano @geoffcoxmsft @hatpick @benbrown @pavolum @tdurnford @natalgar @vamsimodem

/Composer/packages/adaptive-flow @yeze322 @cwhitten @boydc2014 @a-b-r-o-w-n

/docs/ @cwhitten @boydc2014 @benbrown @geoffcoxmsft

/extensions/azurePublish @benbrown @geoffcoxmsft @hatpick @tonyanziano
/extensions/azurePublish @benbrown @geoffcoxmsft @hatpick @tonyanziano @natalgar @vamsimodem

/extensions/pvaPublish @benbrown @geoffcoxmsft @hatpick @tonyanziano

/extensions/azurePublishNew @geoffcoxmsft @hatpick @natalgar @vamsimodem
68 changes: 14 additions & 54 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,71 +25,31 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 14.15.5
#- name: Restore yarn cache
# uses: actions/[email protected]
# with:
# path: ~/.cache/yarn
# key: ${{ runner.os }}-yarn-new-${{ hashFiles(format('{0}{1}', github.workspace, '/Composer/yarn.lock')) }}
# restore-keys: |
# ${{ runner.os }}-yarn-new-
- name: Clear global yarn cache
run: yarn cache clean
- name: yarn --update-checksums
run: yarn --update-checksums
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v2
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
- name: yarn
run: yarn
- name: yarn build:dev
run: yarn build:dev
- name: yarn lint
run: yarn lint:ci && yarn lint:extensions
- name: yarn test:coverage
run: yarn test:coverage
- name: yarn test:ci
run: yarn test:ci
- name: Coveralls
uses: coverallsapp/[email protected]
continue-on-error: true
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./Composer/coverage/lcov.info
base-path: ./Composer

botproject:
name: BotProject-dotnet
runs-on: windows-latest
timeout-minutes: 20

steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set Dotnet Version
uses: actions/setup-dotnet@v1
with:
dotnet-version: "3.1.102" # SDK Version to use.
- name: dotnet build
run: dotnet build
working-directory: runtime/dotnet
- name: dotnet test
run: dotnet test
working-directory: runtime/dotnet/tests

nodejs:
name: BotProject-nodejs
runs-on: ubuntu-latest
timeout-minutes: 20

steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set Node Version
uses: actions/setup-node@v1
with:
node-version: 14.15.5
- name: npm install
run: npm install
working-directory: runtime/node
- name: npm build
run: npm run build
working-directory: runtime/node
- name: npm test
run: npm run test
working-directory: runtime/node
# docker-build:
# name: Docker Build
# timeout-minutes: 20
Expand Down
4 changes: 1 addition & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
},
"files.exclude": {
"**/.git": true,
"**/.DS_Store": true,
"**/node_modules": true,
"**/build": true
"**/.DS_Store": true
},
"eslint.packageManager": "yarn",
"eslint.validate": [
Expand Down
3 changes: 0 additions & 3 deletions Composer/cypress/.eslintrc.js

This file was deleted.

1 change: 0 additions & 1 deletion Composer/cypress/fixtures/luPublish/error.json

This file was deleted.

20 changes: 0 additions & 20 deletions Composer/cypress/fixtures/luPublish/success.json

This file was deleted.

Loading

0 comments on commit 279cafe

Please sign in to comment.