Skip to content

chore(deps): bump vite from 6.2.0 to 6.2.4 (#265) #631

chore(deps): bump vite from 6.2.0 to 6.2.4 (#265)

chore(deps): bump vite from 6.2.0 to 6.2.4 (#265) #631

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