Skip to content

feat: add an ai target that converts a HAR into a copy-pastable AI … #461

feat: add an ai target that converts a HAR into a copy-pastable AI …

feat: add an ai target that converts a HAR into a copy-pastable AI … #461

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