Skip to content

chore(deps-dev): bump js-yaml from 4.2.0 to 4.3.1 #458

chore(deps-dev): bump js-yaml from 4.2.0 to 4.3.1

chore(deps-dev): bump js-yaml from 4.2.0 to 4.3.1 #458

Workflow file for this run

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