Skip to content

chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates #1325

chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates

chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates #1325

name: Integration Tests
on:
workflow_dispatch: # Manual trigger only
pull_request:
branches: [ main ]
push:
jobs:
integration-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Set up Go
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417
with:
go-version: 1.25.6
cache: true
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
- name: Run integration tests
run: make integration-tests