Skip to content

Bump azure-search-documents from 11.4.0b8 to 11.6.0b1 in /code #159

Bump azure-search-documents from 11.4.0b8 to 11.6.0b1 in /code

Bump azure-search-documents from 11.4.0b8 to 11.6.0b1 in /code #159

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
packages: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Pre-build image and run make in dev container
uses: devcontainers/[email protected]
with:
imageName: ghcr.io/azure-samples/chat-with-your-data-solution-accelerator
cacheFrom: ghcr.io/azure-samples/chat-with-your-data-solution-accelerator
runCmd: make ci
refFilterForPush: refs/heads/main