mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-08 23:32:36 -05:00
test for GitHub Action updated functionality
This commit is contained in:
8
.github/workflows/rich-navigation.yml
vendored
8
.github/workflows/rich-navigation.yml
vendored
@@ -10,17 +10,11 @@ jobs:
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Use Node.js
|
||||
uses: actions/setup-node@v1
|
||||
- name: Install dependencies
|
||||
run: yarn --frozen-lockfile
|
||||
env:
|
||||
CHILD_CONCURRENCY: 1
|
||||
- name: Install .NET Core 2.2
|
||||
uses: actions/setup-dotnet@v1.5.0
|
||||
with:
|
||||
dotnet-version: 2.2
|
||||
- uses: microsoft/RichCodeNavIndexer@v0.1.2
|
||||
- uses: microsoft/RichCodeNavIndexer@v0.1
|
||||
with:
|
||||
languages: typescript
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user