Skip to content

Add Copilot preference for a chat's custom instructions loading (from all projects or from referenced projects only) #83

Add Copilot preference for a chat's custom instructions loading (from all projects or from referenced projects only)

Add Copilot preference for a chat's custom instructions loading (from all projects or from referenced projects only) #83

Workflow file for this run

name: CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v4
- name: Setup Node.js environment
uses: actions/setup-node@v4
with:
node-version: 22
- name: Install Copilot agent
working-directory: com.microsoft.copilot.eclipse.core/copilot-agent
run: npm i -f
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1
with:
run: >-
./mvnw clean verify --batch-mode
# Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6
continue-on-error: true