Skip to content

Merge branch 'main' into dependabot/npm_and_yarn/typescript-6.0.2 #367

Merge branch 'main' into dependabot/npm_and_yarn/typescript-6.0.2

Merge branch 'main' into dependabot/npm_and_yarn/typescript-6.0.2 #367

Workflow file for this run

name: Integrations (Go)
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Run tests
run: docker compose run integration_golang
- name: Cleanup
if: always()
run: docker compose down