Skip to content

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

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 … #31

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