Skip to content

feat(skill): add using-firestore-cli agent skill #18

feat(skill): add using-firestore-cli agent skill

feat(skill): add using-firestore-cli agent skill #18

name: Integration Tests
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
jobs:
integration-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v6
with:
go-version-file: go.mod
cache: true
- name: Set up Java
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Set up gcloud
uses: google-github-actions/setup-gcloud@v2
- name: Install Firestore emulator
run: gcloud components install cloud-firestore-emulator --quiet
- name: Run integration tests
run: make integration-test